From: Michael Tremer Date: Thu, 26 May 2011 19:48:59 +0000 (+0200) Subject: openldap: Enable debugging mode. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f0ed5737d5b64ff1f584c686be8a0fc2afcfca67;p=ipfire-3.x.git openldap: Enable debugging mode. Without this, slapd won't log a single line. --- diff --git a/pkgs/openldap/openldap.nm b/pkgs/openldap/openldap.nm index 5ed2e94a4..77bf1b31a 100644 --- a/pkgs/openldap/openldap.nm +++ b/pkgs/openldap/openldap.nm @@ -26,7 +26,7 @@ include $(PKGROOT)/Include PKG_NAME = openldap PKG_VER = 2.4.25 -PKG_REL = 1 +PKG_REL = 2 PKG_MAINTAINER = PKG_GROUPS = System/Daemons @@ -55,7 +55,6 @@ CONFIGURE_OPTIONS += \ --sysconfdir=/etc \ --localstatedir=/var \ --with-threads=posix \ - --disable-debug \ --disable-perl \ --enable-dynamic \ --enable-crypt \