diff options
author | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2001-12-24 06:08:44 +0000 |
---|---|---|
committer | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2001-12-24 06:08:44 +0000 |
commit | 455e5f8ea9fd032bc67622dc4ecfa68f3f1641c4 (patch) | |
tree | c436b2713e882e69f785bb639af085af384b5827 /net/openldap12/files/patch-db | |
parent | oidentd now supports masqueraded connections under FreeBSD systems (diff) |
Update to 1.2.13
PR: 32758
Submitted by: joseph@randomnetworks.com
No response: maintainer
Notes
Notes:
svn path=/head/; revision=52084
Diffstat (limited to 'net/openldap12/files/patch-db')
-rw-r--r-- | net/openldap12/files/patch-db | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/net/openldap12/files/patch-db b/net/openldap12/files/patch-db index 9acf8388246d..09902df2cd31 100644 --- a/net/openldap12/files/patch-db +++ b/net/openldap12/files/patch-db @@ -1,13 +1,13 @@ ---- configure.orig Fri Jun 9 13:16:04 2000 -+++ configure Tue Jul 4 15:59:42 2000 -@@ -6170,14 +6170,14 @@ +--- configure.orig Wed Dec 12 09:55:07 2001 ++++ configure Wed Dec 12 10:00:07 2001 +@@ -6194,14 +6194,14 @@ echo $ac_n "(cached) $ac_c" 1>&6 else ol_LIBS="$LIBS" - echo $ac_n "checking for db_open in -ldb""... $ac_c" 1>&6 --echo "configure:6175: checking for db_open in -ldb" >&5 +-echo "configure:6199: checking for db_open in -ldb" >&5 + echo $ac_n "checking for db_open in -ldb2""... $ac_c" 1>&6 -+echo "configure:6175: checking for db_open in -ldb2" >&5 ++echo "configure:6199: checking for db_open in -ldb2" >&5 ac_lib_var=`echo db'_'db_open | sed 'y%./+-:%__p__%'` if eval "test \"\${ac_cv_lib_$ac_lib_var+set}\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -16,9 +16,9 @@ -LIBS="-ldb $LIBS" +LIBS="-ldb2 $LIBS" cat > conftest.$ac_ext <<EOF - #line 6183 "configure" + #line 6207 "configure" #include "confdefs.h" -@@ -6205,7 +6205,7 @@ +@@ -6229,7 +6229,7 @@ fi if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then echo "$ac_t""yes" 1>&6 |