From e652dc8d954edd7974231adb7c18f9631b621358 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ertu=C4=9Frul=20Erata?= Date: Sun, 27 Mar 2016 15:14:11 +0300 Subject: [PATCH] disable autoreconf --- server/openldap/actions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/openldap/actions.py b/server/openldap/actions.py index 4376d7ac8b..14e0963637 100644 --- a/server/openldap/actions.py +++ b/server/openldap/actions.py @@ -78,7 +78,7 @@ def setup(): else: options += " --with-tls=moznss" shelltools.export("AUTOMAKE", "/bin/true") - autotools.autoreconf("-fi") + #autotools.autoreconf("-fi") autotools.configure(options) pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")