summaryrefslogtreecommitdiff
path: root/Packages.txt
diff options
context:
space:
mode:
authorskrll <skrll@pkgsrc.org>2001-03-23 17:11:17 +0000
committerskrll <skrll@pkgsrc.org>2001-03-23 17:11:17 +0000
commit2cc8a1834e8088fd286fe795edc7635a1c7bdbed (patch)
treed776ea623090c3078b4ae33d2a59f91cc80b7fed /Packages.txt
parent4416c570ede52633011f83a7fa19b43d8713d02c (diff)
downloadpkgsrc-2cc8a1834e8088fd286fe795edc7635a1c7bdbed.tar.gz
Handle the symlinks created by libtool on a.out for certain invocations
of libtool involving the -release option. print-PLIST on an a.out machine probably doesn't handle these, i.e. it doesn't remove them from the PLIST.
Diffstat (limited to 'Packages.txt')
-rw-r--r--Packages.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Packages.txt b/Packages.txt
index ac0a30f2857..8439460cff4 100644
--- a/Packages.txt
+++ b/Packages.txt
@@ -1,4 +1,4 @@
-# $NetBSD: Packages.txt,v 1.145 2001/03/19 17:36:52 wiz Exp $
+# $NetBSD: Packages.txt,v 1.146 2001/03/23 17:11:17 skrll Exp $
###########################################################################
==========================
@@ -898,7 +898,7 @@ Here's how to use libtool in a pkg in seven simple steps:
The "-release" option will produce different results for a.out and ELF
(excluding symlinks) in only one case. An ELF library of the form
libfoo-release.so.x.y will have a symlink of libfoo.so.x.y on an a.out
- platform. This will be handled automatically soon.
+ platform. This is handled automatically.
The -rpath argument is the install directory of the library being built.