diff --git a/server/openldap/actions.py b/server/openldap/actions.py index 9066727692..ebfd4f5e3a 100644 --- a/server/openldap/actions.py +++ b/server/openldap/actions.py @@ -79,9 +79,9 @@ def setup(): else: options += " --with-tls=auto" shelltools.export("AUTOMAKE", "/bin/true") - #autotools.autoreconf("-fi") + autotools.autoreconf("-fi") autotools.configure(options) - + pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ") def build(): diff --git a/server/openldap/pspec.xml b/server/openldap/pspec.xml index ade8f7e2f7..20355bce87 100644 --- a/server/openldap/pspec.xml +++ b/server/openldap/pspec.xml @@ -1,4 +1,3 @@ - @@ -59,6 +58,7 @@ nss nspr + openssl cyrus-sasl @@ -79,11 +79,13 @@ db perl + unixODBC + libutil-linux tcp-wrappers libtool-ltdl nss cyrus-sasl - openldap-client + openldap-client /etc/conf.d @@ -131,7 +133,7 @@ - 2016-03-27 + 2016-03-28 2.4.44 First release Ertuğrul Erata