mirror of
https://git.freebsd.org/ports.git
synced 2025-06-21 12:40:45 -04:00
- 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
29 lines
797 B
Text
29 lines
797 B
Text
--- configure.orig Tue Jul 27 18:33:12 2004
|
|
+++ configure Sat Aug 14 17:05:23 2004
|
|
@@ -20145,7 +20145,7 @@
|
|
|
|
|
|
if test $ol_cv_bdb_compat = yes ; then
|
|
- ol_enable_bdb=yes
|
|
+ ol_enable_bdb=${ol_enable_bdb-yes}
|
|
elif test $ol_enable_bdb = yes ; then
|
|
{ echo "configure: error: BDB: BerkeleyDB version incompatible" 1>&2; exit 1; }
|
|
else
|
|
@@ -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 21003 "configure"
|
|
#include "confdefs.h"
|
|
@@ -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 21047 "configure"
|
|
#include "confdefs.h"
|