diff options
author | matthias <matthias@pkgsrc.org> | 1998-10-18 09:58:55 +0000 |
---|---|---|
committer | matthias <matthias@pkgsrc.org> | 1998-10-18 09:58:55 +0000 |
commit | 54059a20c16172287ac516945b78ff3499824b0a (patch) | |
tree | 3219967ca195a63ff5d2533ccc345a7411d284b8 /news | |
parent | f3a46bf6da529c2eef1cbf99fc183923b89741a5 (diff) | |
download | pkgsrc-54059a20c16172287ac516945b78ff3499824b0a.tar.gz |
set UPLIBTOOL, EXTLIB and EXTOBJ.
Diffstat (limited to 'news')
-rw-r--r-- | news/inn/patches/patch-aa | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/news/inn/patches/patch-aa b/news/inn/patches/patch-aa index 282be57dce6..f8386f172ed 100644 --- a/news/inn/patches/patch-aa +++ b/news/inn/patches/patch-aa @@ -1,7 +1,7 @@ -$NetBSD: patch-aa,v 1.3 1998/10/12 00:03:11 bad Exp $ +$NetBSD: patch-aa,v 1.4 1998/10/18 09:58:55 matthias Exp $ ---- configure.orig Fri Oct 2 10:54:16 1998 -+++ configure Fri Oct 2 10:56:27 1998 +--- configure.orig Fri Jul 24 15:13:00 1998 ++++ configure Thu Oct 8 11:39:49 1998 @@ -960,7 +960,7 @@ @@ -11,11 +11,15 @@ $NetBSD: patch-aa,v 1.3 1998/10/12 00:03:11 bad Exp $ LIBTOOL='$(SHELL) ../libtool' UPLIBTOOL='$(SHELL) ../../libtool' EXTOBJ='lo' -@@ -1057,7 +1057,7 @@ +@@ -1057,7 +1057,11 @@ ${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; } - ++else ++UPLIBTOOL=$LIBTOOL ++EXTLIB=la ++EXTOBJ=lo +fi test "x$prefix" = xNONE && prefix=$ac_default_prefix |