openldap fix build

This commit is contained in:
Ertuğrul Erata
2016-03-27 19:56:06 +03:00
parent 129c18000e
commit 59a866a522
+2 -1
View File
@@ -51,6 +51,7 @@ def setup():
--enable-local \ --enable-local \
--enable-proctitle \ --enable-proctitle \
--enable-overlays=mod \ --enable-overlays=mod \
--enable-ndb=no \
--with-pic \ --with-pic \
--with-threads \ --with-threads \
--with-cyrus-sasl \ --with-cyrus-sasl \
@@ -75,7 +76,7 @@ def setup():
--disable-perl \ --disable-perl \
--without-tls \ --without-tls \
--without-cyrus-sasl" --without-cyrus-sasl"
else: options += " --with-tls=moznss" else: options += " --with-tls=auto"
shelltools.export("AUTOMAKE", "/bin/true") shelltools.export("AUTOMAKE", "/bin/true")
#autotools.autoreconf("-fi") #autotools.autoreconf("-fi")