diff options
author | snj <snj> | 2004-02-17 03:24:28 +0000 |
---|---|---|
committer | snj <snj> | 2004-02-17 03:24:28 +0000 |
commit | 46c485ccec07a0319016329792c2d7816c62cf2a (patch) | |
tree | 4f49297964f6a102480f2d976e53ceaaf7cd36ac | |
parent | 588a7f44dc6754db9567b845391d0350cc2f8b51 (diff) | |
download | pkgsrc-46c485ccec07a0319016329792c2d7816c62cf2a.tar.gz |
Change info regarding LIBTOOL_OVERRIDE. Most packages need not define
this variable, since, as of revision 1.1404 of mk/bsd.pkg.mk,
LIBTOOL_OVERRIDE is set to "libtool */libtool */*/libtool", which will
suffice in most cases.
-rw-r--r-- | Packages.txt | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/Packages.txt b/Packages.txt index c75e83d6b4f..11d56d79380 100644 --- a/Packages.txt +++ b/Packages.txt @@ -1,4 +1,4 @@ -# $NetBSD: Packages.txt,v 1.330 2004/02/16 18:44:32 snj Exp $ +# $NetBSD: Packages.txt,v 1.331 2004/02/17 03:24:28 snj Exp $ ########################################################################### ========================== @@ -1170,11 +1170,16 @@ Here's how to use libtool in a pkg in seven simple steps: 6.3 Using libtool on GNU packages that already support libtool ============================================================== -Add USE_LIBTOOL=yes and LIBTOOL_OVERRIDE=${WRKSRC}/libtool to the -package Makefile as the quick way to bypass the pkg's own libtool. -For older libtool using packages, libtool is made by ltconfig script -during the do-configure step; you can check the libtool script -location by doing "make configure; find work*/ -name libtool". +Add USE_LIBTOOL=yes to the package Makefile. This will override the +package's own libtool in most cases. For older libtool using packages, +libtool is made by ltconfig script during the do-configure step; you can +check the libtool script location by doing "make configure; find work*/ +-name libtool". + +LIBTOOL_OVERRIDE specifies which libtool scripts, relative to WRKSRC, to +override. By default, it is set to "libtool */libtool */*/libtool". If +this does not match the location of the package's libtool script(s), set +it as appropriate. If you do not need *.a static libraries built and installed, then use SHLIBTOOL_OVERRIDE instead. |