summaryrefslogtreecommitdiff
path: root/Packages.txt
diff options
context:
space:
mode:
authorreed <reed@pkgsrc.org>2003-10-29 19:55:19 +0000
committerreed <reed@pkgsrc.org>2003-10-29 19:55:19 +0000
commitf6d90ac06ebb6bcebf008b54f3466fff8906d685 (patch)
tree8d5e054cb46b70f07960a7ab8488ac038a99efeb /Packages.txt
parent1c9a78d06c61b38262bde7be7126a7c6f9ee9dc7 (diff)
downloadpkgsrc-f6d90ac06ebb6bcebf008b54f3466fff8906d685.tar.gz
Add note about SHLIBTOOL_OVERRIDE.
Diffstat (limited to 'Packages.txt')
-rw-r--r--Packages.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/Packages.txt b/Packages.txt
index 0d46897bba4..fb6d3e15c3c 100644
--- a/Packages.txt
+++ b/Packages.txt
@@ -1,4 +1,4 @@
-# $NetBSD: Packages.txt,v 1.316 2003/10/10 01:17:55 reed Exp $
+# $NetBSD: Packages.txt,v 1.317 2003/10/29 19:55:19 reed Exp $
###########################################################################
==========================
@@ -1154,6 +1154,9 @@ 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 you do not need *.a static libraries built and installed, then use
+SHLIBTOOL_OVERRIDE instead.
+
If your package makes use of the platform independent library for loading
dynamic shared objects, that comes with libtool (libltdl), you should
include the libtool buildlink2.mk (and set USE_BUILDLINK2 to YES).