diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2001-09-16 01:02:46 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2001-09-16 01:02:46 +0000 |
commit | db3dca6dbd32fe6ea3d51bc037e6f9cdc66c343b (patch) | |
tree | 29d590ca0bc9e66d81bc3218a0684c2daf9d4a68 /net/openldap12/files/patch-db | |
parent | Fix compilation problems. (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_4_0'.release/4.4.0
Notes
Notes:
svn path=/head/; revision=47856
svn path=/tags/RELEASE_4_4_0/; revision=47857; tag=release/4.4.0
Diffstat (limited to 'net/openldap12/files/patch-db')
-rw-r--r-- | net/openldap12/files/patch-db | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/net/openldap12/files/patch-db b/net/openldap12/files/patch-db deleted file mode 100644 index 9acf8388246d..000000000000 --- a/net/openldap12/files/patch-db +++ /dev/null @@ -1,29 +0,0 @@ ---- configure.orig Fri Jun 9 13:16:04 2000 -+++ configure Tue Jul 4 15:59:42 2000 -@@ -6170,14 +6170,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 $ac_n "checking for db_open in -ldb2""... $ac_c" 1>&6 -+echo "configure:6175: 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 - else - ac_save_LIBS="$LIBS" --LIBS="-ldb $LIBS" -+LIBS="-ldb2 $LIBS" - cat > conftest.$ac_ext <<EOF - #line 6183 "configure" - #include "confdefs.h" -@@ -6205,7 +6205,7 @@ - fi - if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then - echo "$ac_t""yes" 1>&6 -- ol_cv_lib_db2=-ldb -+ ol_cv_lib_db2=-ldb2 - else - echo "$ac_t""no" 1>&6 - ol_cv_lib_db2=no |