[Pkg-openldap-devel] [openldap] 08/29: configure: Fix broken libdb checking which forced static building of back-bdb
Timo Aaltonen
tjaalton-guest at alioth.debian.org
Thu Oct 10 05:34:11 UTC 2013
This is an automated email from the git hooks/post-receive script.
tjaalton-guest pushed a commit to annotated tag 2.2.23-0.pre1
in repository openldap.
commit b11d210a621d23a14c02c68cfb3549f81b645218
Author: Torsten Landschoff <torsten at debian.org>
Date: Thu Nov 11 14:23:17 2004 +0000
configure: Fix broken libdb checking which forced static building of
back-bdb
---
configure | 2 +-
debian/changelog | 2 ++
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/configure b/configure
index 3163f17..2d9cec4 100755
--- a/configure
+++ b/configure
@@ -19497,7 +19497,7 @@ echo "$ac_t""$ol_cv_bdb_compat" 1>&6
if test $ol_cv_bdb_compat = yes ; then
- ol_enable_bdb=yes
+ true # ol_enable_bdb=yes
elif test $ol_enable_bdb = yes ; then
{ echo "configure: error: BDB: BerkeleyDB version incompatible" 1>&2; exit 1; }
else
diff --git a/debian/changelog b/debian/changelog
index 8de192d..90ccde2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,6 +13,8 @@ openldap2 (2.2.18-1) experimental; urgency=low
Seems like slapadd etc. are now all included in the slapd binary
and all link to its binary.
* debian/rules: Run dh_link for arch dependend packages.
+ * configure: Fix broken libdb checking which forced static building of
+ back-bdb.
-- Torsten Landschoff <torsten at debian.org> Wed, 3 Nov 2004 09:57:14 +0100
--
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