summaryrefslogtreecommitdiff
path: root/Packages.txt
diff options
context:
space:
mode:
authorhubertf <hubertf>2000-12-06 17:15:58 +0000
committerhubertf <hubertf>2000-12-06 17:15:58 +0000
commit8ecb98d5efa26dc168c6d8cf243e9aad94f17ae5 (patch)
tree34e00468b6b90ca899c3b8bc4c75609fa561479f /Packages.txt
parent84746867952c91192c75a9f90f5afc091ff04ad0 (diff)
downloadpkgsrc-8ecb98d5efa26dc168c6d8cf243e9aad94f17ae5.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