summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorskrll <skrll@pkgsrc.org>2002-01-04 15:20:25 +0000
committerskrll <skrll@pkgsrc.org>2002-01-04 15:20:25 +0000
commit350f63106de9b8d40e6fd5eef0490b7d4cbfad21 (patch)
treeeaf51ee4f8e8dd05a5f8c64c051422bcac50c931 /mk
parent6b26900bab3ba102f9647792ae8ddd2f5805dc88 (diff)
downloadpkgsrc-350f63106de9b8d40e6fd5eef0490b7d4cbfad21.tar.gz
Allow objects of the form libfoo_pic.a to be linked into shared objects as
well as the normal shared objects. This means that the new toolchain, that links in libgcc_pic.a, will build proper shared objects again. Bump to nb5 and make this the required version. Fixes pkg/15120 from Matthias Scheler <tron@colwyn.zhadum.de>
Diffstat (limited to 'mk')
-rw-r--r--mk/bsd.pkg.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk
index 2b3ffb16c52..4abb8817d88 100644
--- a/mk/bsd.pkg.mk
+++ b/mk/bsd.pkg.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.mk,v 1.888 2002/01/04 12:25:43 agc Exp $
+# $NetBSD: bsd.pkg.mk,v 1.889 2002/01/04 15:20:25 skrll Exp $
#
# This file is in the public domain.
#
@@ -263,7 +263,7 @@ LIBS+= -L${LOCALBASE}/lib -lintl
CONFIGURE_ENV+= LIBS="${LIBS}"
.endif
-LIBTOOL_REQD= 1.4.20010614nb4
+LIBTOOL_REQD= 1.4.20010614nb5
.if defined(USE_LIBTOOL)
LIBTOOL= ${LOCALBASE}/bin/libtool
. if defined(USE_LTDL)