From d2a1700331fff6c4c78ad5a5992326410665eed8 Mon Sep 17 00:00:00 2001 From: Maxim Sobolev Date: Fri, 22 Sep 2000 16:48:51 +0000 Subject: Several cleanups: - properly install shared library (still needs more work); - use pthreads; - use libtool. PR: 21470 (partially) Submitted by: maintainer --- databases/db43/files/patch-ab | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 databases/db43/files/patch-ab (limited to 'databases/db43/files/patch-ab') diff --git a/databases/db43/files/patch-ab b/databases/db43/files/patch-ab new file mode 100644 index 000000000000..f80e53140f2b --- /dev/null +++ b/databases/db43/files/patch-ab @@ -0,0 +1,15 @@ +--- ../dist/configure.orig Fri Sep 22 19:04:19 2000 ++++ ../dist/configure Fri Sep 22 19:05:01 2000 +@@ -1599,9 +1599,9 @@ + echo $ac_n "checking libtool configuration""... $ac_c" 1>&6 + echo "configure:1601: 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 \ ++ --output=./libtool \ + --disable-static \ + || { echo "configure: error: libtool configure failed" 1>&2; exit 1; } + -- cgit v1.2.3