diff options
Diffstat (limited to 'net/openldap/files')
-rw-r--r-- | net/openldap/files/patch-ae | 8 | ||||
-rw-r--r-- | net/openldap/files/patch-db | 14 |
2 files changed, 7 insertions, 15 deletions
diff --git a/net/openldap/files/patch-ae b/net/openldap/files/patch-ae deleted file mode 100644 index 18f342c29a53..000000000000 --- a/net/openldap/files/patch-ae +++ /dev/null @@ -1,8 +0,0 @@ ---- clients/ud/Makefile.in.orig Wed Jan 13 20:02:11 1999 -+++ clients/ud/Makefile.in Wed Jul 26 14:24:14 2000 -@@ -26,4 +26,4 @@ - install-local: FORCE - -$(MKDIR) $(bindir) - -mv -f $(bindir)/ud $(bindir)/ud- -- $(LTINSTALL) $(INSTALLFLAGS) -m 775 ud $(bindir) -+ $(LTINSTALL) $(INSTALLFLAGS) -m 755 ud $(bindir) diff --git a/net/openldap/files/patch-db b/net/openldap/files/patch-db index 9acf8388246d..09902df2cd31 100644 --- a/net/openldap/files/patch-db +++ b/net/openldap/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 |