diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-09-22 16:48:51 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-09-22 16:48:51 +0000 |
commit | d2a1700331fff6c4c78ad5a5992326410665eed8 (patch) | |
tree | 030f1b56c4918c979841501a6c8c4abe46f0919c /databases/db43/files/patch-ab | |
parent | Update to version 1.3p6 (diff) |
Several cleanups:
- properly install shared library (still needs more work);
- use pthreads;
- use libtool.
PR: 21470 (partially)
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=33015
Diffstat (limited to 'databases/db43/files/patch-ab')
-rw-r--r-- | databases/db43/files/patch-ab | 15 |
1 files changed, 15 insertions, 0 deletions
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; } + |