summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorskrll <skrll>2002-01-04 15:20:25 +0000
committerskrll <skrll>2002-01-04 15:20:25 +0000
commit99cf1d3b117741b40ac481e14f1d3754012052dd (patch)
treeeaf51ee4f8e8dd05a5f8c64c051422bcac50c931 /mk
parentcdc8f9d70b413bc7e01f7bbc8ad77e0c862d3a40 (diff)
downloadpkgsrc-99cf1d3b117741b40ac481e14f1d3754012052dd.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)