diff options
author | Oliver Eikemeier <eik@FreeBSD.org> | 2004-11-30 14:27:00 +0000 |
---|---|---|
committer | Oliver Eikemeier <eik@FreeBSD.org> | 2004-11-30 14:27:00 +0000 |
commit | 6f76c925ac01febdcfc294931f2826a48beb3c53 (patch) | |
tree | 08a0ce86c1abb1c2d119d2c7bf66da3cd0d5ae39 /net/openldap24-server/files/patch-configure | |
parent | Chase MASTER_SITES (diff) |
update to OpenLDAP 2.2.19:
- Fixed back-bdb cache bugs (OpenLDAP ITS#3356, #3358), ctxcsn memory leak
- Added support for BDB 4.3 (depends on PR 73790)
NOTE: Don't use BDB 4.3 in production environments yet:
<http://www.openldap.org/lists/openldap-software/200411/msg00700.html>
For a complete change log see:
/usr/local/share/doc/openldap/CHANGES
Notes
Notes:
svn path=/head/; revision=122814
Diffstat (limited to 'net/openldap24-server/files/patch-configure')
-rw-r--r-- | net/openldap24-server/files/patch-configure | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/net/openldap24-server/files/patch-configure b/net/openldap24-server/files/patch-configure index 38e7c135ab71..7f32b0a770b9 100644 --- a/net/openldap24-server/files/patch-configure +++ b/net/openldap24-server/files/patch-configure @@ -1,6 +1,6 @@ --- configure.orig Tue Jul 27 18:33:12 2004 +++ configure Sat Aug 14 17:05:23 2004 -@@ -19497,7 +19497,7 @@ +@@ -20145,7 +20145,7 @@ if test $ol_cv_bdb_compat = yes ; then @@ -9,21 +9,21 @@ elif test $ol_enable_bdb = yes ; then { echo "configure: error: BDB: BerkeleyDB version incompatible" 1>&2; exit 1; } else -@@ -20349,7 +20349,7 @@ +@@ -20997,7 +20997,7 @@ echo $ac_n "(cached) $ac_c" 1>&6 else ac_save_LIBS="$LIBS" -LIBS="-liodbc $LIBS" +LIBS="-liodbc $LIBS $LTHREAD_LIBS" cat > conftest.$ac_ext <<EOF - #line 20355 "configure" + #line 21003 "configure" #include "confdefs.h" -@@ -20393,7 +20393,7 @@ +@@ -21041,7 +21041,7 @@ echo $ac_n "(cached) $ac_c" 1>&6 else ac_save_LIBS="$LIBS" -LIBS="-lodbc $LIBS" +LIBS="-lodbc $LIBS $LTHREAD_LIBS" cat > conftest.$ac_ext <<EOF - #line 20399 "configure" + #line 21047 "configure" #include "confdefs.h" |