summaryrefslogtreecommitdiff
path: root/Packages.txt
diff options
context:
space:
mode:
authorhubertf <hubertf>2000-07-16 17:20:20 +0000
committerhubertf <hubertf>2000-07-16 17:20:20 +0000
commit957722426f9338c859ddcf24cc04697f01b37ac1 (patch)
treedf59e8ce31dcb12975afa2be305213ba2b086a78 /Packages.txt
parentefe38b442420b4a50012d118ff06959ba8c6751f (diff)
downloadpkgsrc-957722426f9338c859ddcf24cc04697f01b37ac1.tar.gz
clarify auto-handling of ELF shlib-links a bit
Diffstat (limited to 'Packages.txt')
-rw-r--r--Packages.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/Packages.txt b/Packages.txt
index 239f6ab22fe..d83334fb6de 100644
--- a/Packages.txt
+++ b/Packages.txt
@@ -1,4 +1,4 @@
-# $NetBSD: Packages.txt,v 1.95 2000/07/06 16:52:12 hubertf Exp $
+# $NetBSD: Packages.txt,v 1.96 2000/07/16 17:20:20 hubertf Exp $
###########################################################################
==========================
@@ -805,7 +805,8 @@ Here's how to use libtool in a pkg in six simple steps:
and run "ldconfig."
6. In your PLIST, include the .a, .la, and .so.major.minor files. Don't
- include the ELF symlink files; those are automatic.
+ include the ELF symlink files (.so.major, .so); those are added
+ automatic.
Do not use pkglibtool! Previously, the package system used its
own version of libtool from pkgtools. However, over time, this