diff options
author | reed <reed@pkgsrc.org> | 2004-03-09 19:22:24 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2004-03-09 19:22:24 +0000 |
commit | 5320c1f42e8fecd3e42863a695d3429f2969a1cc (patch) | |
tree | 71de3ce16eb7183774f9f8641e4f16c6a6e3e907 /mk/bsd.pkg.mk | |
parent | e7fb7044b20e82119671668737a87c753cf29f9e (diff) | |
download | pkgsrc-5320c1f42e8fecd3e42863a695d3429f2969a1cc.tar.gz |
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@.
Diffstat (limited to 'mk/bsd.pkg.mk')
-rw-r--r-- | mk/bsd.pkg.mk | 4 |
1 files changed, 2 insertions, 2 deletions
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. |