diff options
Diffstat (limited to 'databases/db45/files/patch-ab')
-rw-r--r-- | databases/db45/files/patch-ab | 21 |
1 files changed, 15 insertions, 6 deletions
diff --git a/databases/db45/files/patch-ab b/databases/db45/files/patch-ab index f80e53140f2b..848114a2bbea 100644 --- a/databases/db45/files/patch-ab +++ b/databases/db45/files/patch-ab @@ -1,15 +1,24 @@ ---- ../dist/configure.orig Fri Sep 22 19:04:19 2000 -+++ ../dist/configure Fri Sep 22 19:05:01 2000 -@@ -1599,9 +1599,9 @@ +--- ../dist/configure.orig Tue May 29 10:55:53 2001 ++++ ../dist/configure Tue May 29 11:07:37 2001 +@@ -1626,9 +1626,9 @@ echo $ac_n "checking libtool configuration""... $ac_c" 1>&6 - echo "configure:1601: checking libtool configuration" >&5 + echo "configure:1628: checking libtool configuration" >&5 echo "$ac_t""" 1>&6 - ${CONFIG_SHELL-/bin/sh} $srcdir/ltconfig \ - --no-verify $srcdir/ltmain.sh \ - --output=./libtool $host_os \ -+ ${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig \ -+ --no-verify $ac_aux_dir/ltmain.sh $target \ ++ ${CONFIG_SHELL-/bin/sh} /usr/local/share/libtool/ltconfig \ ++ --no-verify --disable-ltlibs /usr/local/share/libtool/ltmain.sh $target \ + --output=./libtool \ --disable-static \ || { echo "configure: error: libtool configure failed" 1>&2; exit 1; } +@@ -1644,7 +1644,7 @@ + + INSTALLER="\$(LIBTOOL) --mode=install cp" + POSTLINK="\$(LIBTOOL) --mode=execute true" +- SOLINK="\$(LIBTOOL) --mode=link ${SAVE_CC} -avoid-version" ++ SOLINK="\$(LIBTOOL) --mode=link ${SAVE_CC} -version-info ${DB_VERSION_MINOR}" + SOFLAGS="-rpath \$(libdir)" + o=".lo" + fi |