From 59a866a522d3e5e0c19026d37edc8f3e9923fe71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ertu=C4=9Frul=20Erata?= Date: Sun, 27 Mar 2016 19:56:06 +0300 Subject: [PATCH] openldap fix build --- server/openldap/actions.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/server/openldap/actions.py b/server/openldap/actions.py index 14e0963637..9066727692 100644 --- a/server/openldap/actions.py +++ b/server/openldap/actions.py @@ -51,6 +51,7 @@ def setup(): --enable-local \ --enable-proctitle \ --enable-overlays=mod \ + --enable-ndb=no \ --with-pic \ --with-threads \ --with-cyrus-sasl \ @@ -75,7 +76,7 @@ def setup(): --disable-perl \ --without-tls \ --without-cyrus-sasl" - else: options += " --with-tls=moznss" + else: options += " --with-tls=auto" shelltools.export("AUTOMAKE", "/bin/true") #autotools.autoreconf("-fi")