diff options
author | jlam <jlam@pkgsrc.org> | 2003-01-10 08:44:18 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2003-01-10 08:44:18 +0000 |
commit | 1abdd450fe362879f5881c4ff72747f448ee1ce0 (patch) | |
tree | 9efd9e8c8d7cabb87e4a540c9e040f9cc4940c74 /devel/libtool/Makefile.common | |
parent | ef73a12c29e7af9d8eecbee53071be31a5fedad5 (diff) | |
download | pkgsrc-1abdd450fe362879f5881c4ff72747f448ee1ce0.tar.gz |
Install a ${PREFIX}/bin/shlibtool as part of the devel/libtool-base
package. shlibtool will not build static libraries. Add handling in
bsd.pkg.mk for a variable named "SHLIBTOOL_OVERRIDE" that is analogous to
LIBTOOL_OVERRIDE and causes any listed libtool scripts to be replaced with
a symlink to shlibtool, and teach buildlink2 about shlibtool. Bump
PKGREVISION of devel/libtool* packages to 11.
Diffstat (limited to 'devel/libtool/Makefile.common')
-rw-r--r-- | devel/libtool/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/libtool/Makefile.common b/devel/libtool/Makefile.common index 5ecc406f0c6..4514658dfde 100644 --- a/devel/libtool/Makefile.common +++ b/devel/libtool/Makefile.common @@ -1,9 +1,9 @@ -# $NetBSD: Makefile.common,v 1.25 2002/12/23 14:49:54 jlam Exp $ +# $NetBSD: Makefile.common,v 1.26 2003/01/10 08:44:18 jlam Exp $ # DISTNAME= libtool-ml-20010614 PKGPFX= ${DISTNAME:C/ml-/1.4./} -PKGREVISION= 10 +PKGREVISION= 11 WRKSRC= ${WRKDIR}/libtool-ml CATEGORIES= devel pkgtools MASTER_SITES= ${MASTER_SITE_LOCAL} |