[Pkg-openldap-devel] [openldap] 01/02: Enable back-mdb on kfreebsd.

Ryan Tandy rtandy-guest at moszumanska.debian.org
Fri Aug 21 18:19:33 UTC 2015


This is an automated email from the git hooks/post-receive script.

rtandy-guest pushed a commit to branch master
in repository openldap.

commit faa6a3348fb3fd0498c840f5c1d9ca4578d5e76d
Author: Ryan Tandy <ryan at nardis.ca>
Date:   Fri Aug 21 10:11:49 2015 -0700

    Enable back-mdb on kfreebsd.
---
 debian/changelog | 4 ++++
 debian/rules     | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index abca432..375f95e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -14,6 +14,10 @@ openldap (2.4.42+dfsg-1) UNRELEASED; urgency=medium
   [ Ryan Tandy ]
   * slapd.scripts-common: Delete an outdated comment.
   * New upstream release.
+  * Enable the MDB backend again on GNU/kFreeBSD. The new pthread library 
+    provides all the required interfaces, and the test suite now passes.
+    Leave it disabled on the Hurd. LMDB requires POSIX semaphores, which have 
+    not yet been implemented.
 
  -- Ryan Tandy <ryan at nardis.ca>  Fri, 14 Aug 2015 23:03:03 +0000
 
diff --git a/debian/rules b/debian/rules
index 1196dd6..f0b8105 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,7 +14,7 @@ DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 DEB_HOST_ARCH_OS ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_OS)
 
 CONFIG		= $(shell grep -v "^\#" debian/configure.options)
-ifneq ($(DEB_HOST_ARCH_OS),linux)
+ifeq ($(DEB_HOST_ARCH_OS),hurd)
 	CONFIG += --disable-mdb
 endif
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-openldap/openldap.git



More information about the Pkg-openldap-devel mailing list