Bump LIBTOOL_REQD back to 1.5.10nb1. This ensures that folks who built
1.5.10 during the "broken" period (before the workaround and wrapper fix) have to upgrade to make it work correctly.
This commit is contained in:
parent
cb1bc94217
commit
888be43a6a
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: bsd.pkg.mk,v 1.1518 2004/10/13 17:52:46 tv Exp $
|
||||
# $NetBSD: bsd.pkg.mk,v 1.1519 2004/10/13 18:42:19 tv Exp $
|
||||
#
|
||||
# This file is in the public domain.
|
||||
#
|
||||
|
@ -390,7 +390,7 @@ CONFIGURE_ENV+= install_sh=${INSTALL:Q}
|
|||
.if defined(_OPSYS_LIBTOOL_REQD)
|
||||
LIBTOOL_REQD= ${_OPSYS_LIBTOOL_REQD}
|
||||
.else
|
||||
LIBTOOL_REQD?= 1.5.10
|
||||
LIBTOOL_REQD?= 1.5.10nb1
|
||||
.endif
|
||||
#
|
||||
# PKG_LIBTOOL is the path to the libtool script installed by libtool-base.
|
||||
|
|
Loading…
Reference in a new issue