]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
openldap: Enable debugging mode.
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 26 May 2011 19:48:59 +0000 (21:48 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 26 May 2011 19:48:59 +0000 (21:48 +0200)
Without this, slapd won't log a single line.

pkgs/openldap/openldap.nm

index 5ed2e94a40d927a1e801408d0219715a408affca..77bf1b31a984c001a0d3dafe41bf738716b75727 100644 (file)
@@ -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 \