pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc Change info regarding LIBTOOL_OVERRIDE. Most packages...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0727d7e84d15
branches:  trunk
changeset: 468834:0727d7e84d15
user:      snj <snj%pkgsrc.org@localhost>
date:      Tue Feb 17 03:24:28 2004 +0000

description:
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.

diffstat:

 Packages.txt |  17 +++++++++++------
 1 files changed, 11 insertions(+), 6 deletions(-)

diffs (31 lines):

diff -r 61e0623c7bd2 -r 0727d7e84d15 Packages.txt
--- a/Packages.txt      Tue Feb 17 03:23:21 2004 +0000
+++ b/Packages.txt      Tue Feb 17 03:24:28 2004 +0000
@@ -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 @@
  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.



Home | Main Index | Thread Index | Old Index