[Pkg-openldap-devel] [openldap] 02/02: Disable back-bdb/back-hdb on hurd.
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 2cdb348611386b58e67605d857554210da962c2a
Author: Ryan Tandy <ryan at nardis.ca>
Date: Fri Aug 21 10:16:23 2015 -0700
Disable back-bdb/back-hdb on hurd.
---
debian/changelog | 2 ++
debian/rules | 2 +-
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 375f95e..6c7121d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -18,6 +18,8 @@ openldap (2.4.42+dfsg-1) UNRELEASED; urgency=medium
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.
+ * Disable the BDB/HDB backends on the Hurd. BDB requires record locks
+ (F_SETLK), which have not yet been implemented; see #693971.
-- Ryan Tandy <ryan at nardis.ca> Fri, 14 Aug 2015 23:03:03 +0000
diff --git a/debian/rules b/debian/rules
index f0b8105..33a9901 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,7 +15,7 @@ DEB_HOST_ARCH_OS ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_OS)
CONFIG = $(shell grep -v "^\#" debian/configure.options)
ifeq ($(DEB_HOST_ARCH_OS),hurd)
- CONFIG += --disable-mdb
+ CONFIG += --disable-bdb --disable-hdb --disable-mdb
endif
installdir := $(CURDIR)/debian/tmp
--
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