From 5320c1f42e8fecd3e42863a695d3429f2969a1cc Mon Sep 17 00:00:00 2001 From: reed Date: Tue, 9 Mar 2004 19:22:24 +0000 Subject: Change LIBTOOL_REQD to recent libtool version, 1.5.2nb4. (This libtool-base includes "Fix version_type settings for the non-NetBSD platforms in the CXX and F77 cases." And "Pull in the fix for the symlink vulnerability.") Several packages have been changed to reflect the better libtool-base, but old LIBTOOL_REQD allowed old 1.4.2 version. So new packages had wrong library versioning like: libasprintf.so.0.0, libsvn_delta-1.so.0.0, and libXrender.so.0.0. Okayed by wiz@. --- mk/bsd.pkg.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mk/bsd.pkg.mk') diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk index faa238d54ee..7fa8ea8f7bd 100644 --- a/mk/bsd.pkg.mk +++ b/mk/bsd.pkg.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.pkg.mk,v 1.1416 2004/03/09 13:33:19 tron Exp $ +# $NetBSD: bsd.pkg.mk,v 1.1417 2004/03/09 19:22:24 reed Exp $ # # This file is in the public domain. # @@ -386,7 +386,7 @@ CONFIGURE_ENV+= CONFIG_SHELL=${CONFIG_SHELL} .if defined(_OPSYS_LIBTOOL_REQD) LIBTOOL_REQD= ${_OPSYS_LIBTOOL_REQD} .else -LIBTOOL_REQD?= 1.4.20010614nb11 +LIBTOOL_REQD?= 1.5.2nb4 .endif # # PKG_LIBTOOL is the path to the libtool script installed by libtool-base. -- cgit v1.2.3