diff options
author | jlam <jlam> | 2003-01-10 08:44:18 +0000 |
---|---|---|
committer | jlam <jlam> | 2003-01-10 08:44:18 +0000 |
commit | 9247382858046e89e8bd0c871918eb25c11d8d80 (patch) | |
tree | 9efd9e8c8d7cabb87e4a540c9e040f9cc4940c74 /devel/libtool-base/PLIST | |
parent | 789ec27677ebd0882c52d5da0a7146bfabfdc376 (diff) | |
download | pkgsrc-9247382858046e89e8bd0c871918eb25c11d8d80.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-base/PLIST')
-rw-r--r-- | devel/libtool-base/PLIST | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/libtool-base/PLIST b/devel/libtool-base/PLIST index 5306629a4e3..9befea0fd4d 100644 --- a/devel/libtool-base/PLIST +++ b/devel/libtool-base/PLIST @@ -1,6 +1,7 @@ -@comment $NetBSD: PLIST,v 1.3 2002/12/09 16:01:19 tron Exp $ +@comment $NetBSD: PLIST,v 1.4 2003/01/10 08:44:19 jlam Exp $ bin/libtool bin/libtoolize +${SHLIBTOOL}bin/shlibtool include/ltdl.h lib/libltdl.a lib/libltdl.la |