diff options
author | hubertf <hubertf> | 2000-07-16 17:20:20 +0000 |
---|---|---|
committer | hubertf <hubertf> | 2000-07-16 17:20:20 +0000 |
commit | 957722426f9338c859ddcf24cc04697f01b37ac1 (patch) | |
tree | df59e8ce31dcb12975afa2be305213ba2b086a78 /Packages.txt | |
parent | efe38b442420b4a50012d118ff06959ba8c6751f (diff) | |
download | pkgsrc-957722426f9338c859ddcf24cc04697f01b37ac1.tar.gz |
clarify auto-handling of ELF shlib-links a bit
Diffstat (limited to 'Packages.txt')
-rw-r--r-- | Packages.txt | 5 |
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 |