summaryrefslogtreecommitdiff
path: root/Packages.txt
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>2000-12-07 01:23:48 +0000
committerhubertf <hubertf@pkgsrc.org>2000-12-07 01:23:48 +0000
commit0b03f41b023a1a819eaeab9c8a316501a7f4da16 (patch)
tree8b41fbb5459a8c6643730a4e560f34f864a14e5a /Packages.txt
parentbb1e544d6e7c003dfe9e6e3479e2d5a2f6faf525 (diff)
downloadpkgsrc-0b03f41b023a1a819eaeab9c8a316501a7f4da16.tar.gz
Note that -release should not be used in libtool - says Rene :)
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 f27b2a6a432..57cc43426d8 100644
--- a/Packages.txt
+++ b/Packages.txt
@@ -1,4 +1,4 @@
-# $NetBSD: Packages.txt,v 1.126 2000/12/06 17:15:58 hubertf Exp $
+# $NetBSD: Packages.txt,v 1.127 2000/12/07 01:23:48 hubertf Exp $
###########################################################################
==========================
@@ -911,7 +911,8 @@ Here's how to use libtool in a pkg in six simple steps:
This automatically creates all of the .a, .so.major.minor, and ELF
symlinks (if necessary) in the build directory. Be sure to include
the -version-info esp. when major and minor are zero, as libtool will
- strip off the shared library version else.
+ strip off the shared library version else. Also, any "-release" should
+ be removed, as it removes the version info as well.
PLIST only gets the .a, .la and .so.major.minor entries.