diff options
author | drochner <drochner> | 2001-10-30 17:09:43 +0000 |
---|---|---|
committer | drochner <drochner> | 2001-10-30 17:09:43 +0000 |
commit | da9d4af008f77a23f23495e9492de5732c06d7e7 (patch) | |
tree | e11d6f2bf4b718ce4bf40c9e11378295248a5934 /Packages.txt | |
parent | 60fdccd0e6135fb4dde30f30d330f4c80a9a2618 (diff) | |
download | pkgsrc-da9d4af008f77a23f23495e9492de5732c06d7e7.tar.gz |
correct LIBTOOL_OVERRIDE usage
Diffstat (limited to 'Packages.txt')
-rw-r--r-- | Packages.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Packages.txt b/Packages.txt index 3de072e9679..add3f9ca480 100644 --- a/Packages.txt +++ b/Packages.txt @@ -1,4 +1,4 @@ -# $NetBSD: Packages.txt,v 1.206 2001/10/26 17:15:57 jlam Exp $ +# $NetBSD: Packages.txt,v 1.207 2001/10/30 17:09:43 drochner Exp $ ########################################################################### ========================== @@ -1027,7 +1027,7 @@ 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 -USE_LIBTOOL_OVERRIDE=${WRKSRC}/libtool instead. +LIBTOOL_OVERRIDE=${WRKSRC}/libtool instead. If your package makes use of the platform independent library for loading dynamic shared objects, that comes with libtool (libltdl), you should |