On Sat, Jan 14, 2012 at 15:59:37 +0100, Julien Cristau wrote: > I got the package to build with the patch below, which will hopefully be > OK as a temporary measure. > I'll upload a NMU with the attached patch to delayed/2. Please let me know if I should delay it longer or cancel it.
Cheers, Julien
diff -u openldap-2.4.28/debian/rules openldap-2.4.28/debian/rules --- openldap-2.4.28/debian/rules +++ openldap-2.4.28/debian/rules @@ -11,8 +11,12 @@ export RESOLV_MULTI = off 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) + CONFIG += --disable-mdb +endif installdir := $(CURDIR)/debian/tmp builddir := $(CURDIR)/debian/build diff -u openldap-2.4.28/debian/changelog openldap-2.4.28/debian/changelog --- openldap-2.4.28/debian/changelog +++ openldap-2.4.28/debian/changelog @@ -1,3 +1,11 @@ +openldap (2.4.28-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Disable the mdb backend on non-Linux, it looks like it doesn't work with + linuxthreads (closes: #654824). + + -- Julien Cristau <jcris...@debian.org> Mon, 16 Jan 2012 19:45:42 +0100 + openldap (2.4.28-1) unstable; urgency=low * New upstream release.
signature.asc
Description: Digital signature