diff options
author | hubertf <hubertf@pkgsrc.org> | 2000-07-16 17:20:20 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2000-07-16 17:20:20 +0000 |
commit | 99f60b5a42291216cde87bc4cb94233fd787ae57 (patch) | |
tree | df59e8ce31dcb12975afa2be305213ba2b086a78 /Packages.txt | |
parent | 260b0207983e3a0c8a95f8c2478cefc39a2ce14a (diff) | |
download | pkgsrc-99f60b5a42291216cde87bc4cb94233fd787ae57.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 |