summaryrefslogtreecommitdiff
path: root/Packages.txt
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2003-05-31 19:35:16 +0000
committerwiz <wiz@pkgsrc.org>2003-05-31 19:35:16 +0000
commit66108a6159b293af1e3cc21db24a19e0b4aa48e0 (patch)
tree7854d4baa8878a54687810ba3a024355aa6ef395 /Packages.txt
parent653f2bbc73d518c765ef584d43e0344267a70663 (diff)
downloadpkgsrc-66108a6159b293af1e3cc21db24a19e0b4aa48e0.tar.gz
Update section on how to override libtool in packages with our own version.
Diffstat (limited to 'Packages.txt')
-rw-r--r--Packages.txt14
1 files changed, 6 insertions, 8 deletions
diff --git a/Packages.txt b/Packages.txt
index 27e10bfa529..73b750918e3 100644
--- a/Packages.txt
+++ b/Packages.txt
@@ -1,4 +1,4 @@
-# $NetBSD: Packages.txt,v 1.292 2003/05/08 13:31:06 zuntum Exp $
+# $NetBSD: Packages.txt,v 1.293 2003/05/31 19:35:16 wiz Exp $
###########################################################################
==========================
@@ -1109,13 +1109,11 @@ 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 LTCONFIG_OVERRIDE=${WRKSRC}/ltconfig to the package
-Makefile as the quick way to bypass the pkg's own libtool. The pkg's own
-libtool is made by ltconfig script at do-configure target. If USE_LIBTOOL
-and LTCONFIG_OVERRIDE are defined, the specified ltconfig is overridden,
-using the pkgsrc/devel/libtool instead of the pkg's own libtool. For newer
-versions of libtool (without ltconfig) it may be necessary to use
-LIBTOOL_OVERRIDE=${WRKSRC}/libtool instead.
+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".
If your package makes use of the platform independent library for loading
dynamic shared objects, that comes with libtool (libltdl), you should