diff options
author | hwr <hwr@pkgsrc.org> | 1999-09-10 10:41:39 +0000 |
---|---|---|
committer | hwr <hwr@pkgsrc.org> | 1999-09-10 10:41:39 +0000 |
commit | b0be95c9fcd84fc0df0b6be52480b005ae9eff86 (patch) | |
tree | 0fa601d6e726a340933b696aaace2944ac13223d /databases/openldap/patches | |
parent | 3dc14856aea0ca1db79cf77c2b9092d8eca3790c (diff) | |
download | pkgsrc-b0be95c9fcd84fc0df0b6be52480b005ae9eff86.tar.gz |
Updated to OpenLDAP-1.2.7 release.
Diffstat (limited to 'databases/openldap/patches')
-rw-r--r-- | databases/openldap/patches/patch-aa | 28 | ||||
-rw-r--r-- | databases/openldap/patches/patch-ab | 15 |
2 files changed, 22 insertions, 21 deletions
diff --git a/databases/openldap/patches/patch-aa b/databases/openldap/patches/patch-aa index 633cc98fadc..da3a621b77d 100644 --- a/databases/openldap/patches/patch-aa +++ b/databases/openldap/patches/patch-aa @@ -1,21 +1,21 @@ -$NetBSD: patch-aa,v 1.1 1999/05/04 00:08:43 tv Exp $ +$NetBSD: patch-aa,v 1.2 1999/09/10 10:41:41 hwr Exp $ ---- configure.orig Mon May 3 18:51:06 1999 -+++ configure Mon May 3 18:51:24 1999 -@@ -2067,6 +2067,7 @@ - echo "$ac_t""no" 1>&6 - fi +--- configure.orig Wed Aug 25 20:39:37 1999 ++++ configure Fri Sep 10 12:11:36 1999 +@@ -2318,6 +2318,7 @@ + # Save cache, so that ltconfig can load it + +if false; then + # Actually configure libtool. ac_aux_dir is where install-sh is found. + CC="$CC" CFLAGS="$CFLAGS" CPPFLAGS="$CPPFLAGS" \ + LD="$LD" LDFLAGS="$LDFLAGS" LIBS="$LIBS" \ +@@ -2335,6 +2336,8 @@ + # Always use our own libtool. LIBTOOL='$(SHELL) $(top_builddir)/libtool' - -@@ -2112,7 +2113,7 @@ - ${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig \ - $libtool_flags --no-verify $ac_aux_dir/ltmain.sh $host \ - || { echo "configure: error: libtool configure failed" 1>&2; exit 1; } -- ++ +fi - # Extract the first word of "sendmail", so it can be a program name with args. - set dummy sendmail; ac_word=$2 + # Redirect the config.log output again, so that the ltconfig log is not + # clobbered by the next message. diff --git a/databases/openldap/patches/patch-ab b/databases/openldap/patches/patch-ab index 53bec849992..3d0a533d5e7 100644 --- a/databases/openldap/patches/patch-ab +++ b/databases/openldap/patches/patch-ab @@ -1,19 +1,20 @@ -$NetBSD: patch-ab,v 1.1 1999/05/04 00:08:43 tv Exp $ +$NetBSD: patch-ab,v 1.2 1999/09/10 10:41:41 hwr Exp $ ---- build/lib-shared.mk.orig Mon May 3 19:21:39 1999 -+++ build/lib-shared.mk Mon May 3 19:24:56 1999 -@@ -18,9 +18,10 @@ +--- build/lib-shared.mk.orig Fri Jul 23 17:31:32 1999 ++++ build/lib-shared.mk Fri Sep 10 12:19:58 1999 +@@ -16,9 +16,11 @@ $(LIBRARY): version.lo - $(LINK) -rpath $(libdir) -o $@ $(OBJS) version.lo + $(LTLIBLINK) -rpath $(libdir) -o $@ $(OBJS) version.lo - $(RM) ../$@; \ - (d=`$(PWD)` ; $(LN_S) `$(BASENAME) $$d`/$@ ../$@) - $(RM) ../`$(BASENAME) $@ .la`.a; \ - (d=`$(PWD)`; t=`$(BASENAME) $@ .la`.a; $(LN_S) `$(BASENAME) $$d`/.libs/$$t ../$$t) + @$(RM) ../$@ + @for ext in a so so.1.0; do \ -+ $(RM) ../`$(BASENAME) $@ .la`.$$ext; \ ++ $(RM) ../`$(BASENAME) $@ .la`.$$ext; \ + (d=`$(PWD)`; t=`$(BASENAME) $@ .la`.$$ext; $(LN_S) `$(BASENAME) $$d`/.libs/$$t ../$$t); \ -+ done ++ done ++ Makefile: $(top_srcdir)/build/lib-shared.mk |