diff options
Diffstat (limited to 'databases/db3/files/patch-dist::configure')
-rw-r--r-- | databases/db3/files/patch-dist::configure | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/databases/db3/files/patch-dist::configure b/databases/db3/files/patch-dist::configure new file mode 100644 index 000000000000..9e43a30565f8 --- /dev/null +++ b/databases/db3/files/patch-dist::configure @@ -0,0 +1,33 @@ +--- ../dist/configure.orig Tue Dec 25 12:41:16 2001 ++++ ../dist/configure Tue Dec 25 12:50:29 2001 +@@ -1626,9 +1626,9 @@ + echo $ac_n "checking libtool configuration""... $ac_c" 1>&6 + 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} /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 +@@ -2093,7 +2093,7 @@ + fi + + if test "$db_cv_dump185" = "yes"; then +- ADDITIONAL_PROGS="db_dump185 $ADDITIONAL_PROGS" ++ ADDITIONAL_PROGS="db3_dump185 $ADDITIONAL_PROGS" + fi + + echo $ac_n "checking for pthread_create in "-pthread"""... $ac_c" 1>&6 |