summaryrefslogtreecommitdiff
path: root/Packages.txt
diff options
context:
space:
mode:
authorhubertf <hubertf>2000-12-07 01:23:48 +0000
committerhubertf <hubertf>2000-12-07 01:23:48 +0000
commit404eeae4cf3dfc5f9f7ade2eae0ac833041f1d08 (patch)
tree8b41fbb5459a8c6643730a4e560f34f864a14e5a /Packages.txt
parent09710509a2051359850ed173da3084835104763d (diff)
downloadpkgsrc-404eeae4cf3dfc5f9f7ade2eae0ac833041f1d08.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.