summaryrefslogtreecommitdiff
path: root/Packages.txt
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>2000-12-06 17:15:58 +0000
committerhubertf <hubertf@pkgsrc.org>2000-12-06 17:15:58 +0000
commita5a4e36cf23c64d180e70ac90ef2846947bbc25b (patch)
tree34e00468b6b90ca899c3b8bc4c75609fa561479f /Packages.txt
parentf1c0cc874474593368c19ea2b1b2fc616f70ee94 (diff)
downloadpkgsrc-a5a4e36cf23c64d180e70ac90ef2846947bbc25b.tar.gz
For libtool section, make clear what gets into PLIST
Diffstat (limited to 'Packages.txt')
-rw-r--r--Packages.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/Packages.txt b/Packages.txt
index 711bd427bf6..f27b2a6a432 100644
--- a/Packages.txt
+++ b/Packages.txt
@@ -1,4 +1,4 @@
-# $NetBSD: Packages.txt,v 1.125 2000/12/06 17:12:32 hubertf Exp $
+# $NetBSD: Packages.txt,v 1.126 2000/12/06 17:15:58 hubertf Exp $
###########################################################################
==========================
@@ -913,10 +913,14 @@ Here's how to use libtool in a pkg in six simple steps:
the -version-info esp. when major and minor are zero, as libtool will
strip off the shared library version else.
+ PLIST only gets the .a, .la and .so.major.minor entries.
+
4. When linking shared object (.so) files, i.e. files that are loaded via
dlopen(3), NOT shared libraries, use "-module -avoid-version" to prevent
them getting version tacked on.
+ PLIST gets the foo.so entry.
+
5. When linking programs that depend on these libraries _before_ they are
installed, preface the cc or ld line with "${LIBTOOL} --mode=link", and
it will find the correct libraries (static or shared), but please be