From 350f63106de9b8d40e6fd5eef0490b7d4cbfad21 Mon Sep 17 00:00:00 2001 From: skrll Date: Fri, 4 Jan 2002 15:20:25 +0000 Subject: 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 --- mk/bsd.pkg.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mk') 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) -- cgit v1.2.3