summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2005-03-17 15:11:23 +0000
committerwiz <wiz@pkgsrc.org>2005-03-17 15:11:23 +0000
commit0afb1a08e548ede0d0996c9c13ecb101efc5d7e6 (patch)
tree62ae41531c492ef79028df19e3c2ef283f4fca21 /doc
parent1041cd96965914a54b7438c90b67c69d731075e6 (diff)
downloadpkgsrc-0afb1a08e548ede0d0996c9c13ecb101efc5d7e6.tar.gz
Document which libtool files should be added to the PLIST.
Closes PR 29570.
Diffstat (limited to 'doc')
-rw-r--r--doc/guide/files/fixes.xml12
1 files changed, 4 insertions, 8 deletions
diff --git a/doc/guide/files/fixes.xml b/doc/guide/files/fixes.xml
index 993758d228c..df106a32d6e 100644
--- a/doc/guide/files/fixes.xml
+++ b/doc/guide/files/fixes.xml
@@ -1,4 +1,4 @@
-<!-- $NetBSD: fixes.xml,v 1.9 2005/03/08 01:22:41 xtraeme Exp $ -->
+<!-- $NetBSD: fixes.xml,v 1.10 2005/03/17 15:11:23 wiz Exp $ -->
<chapter id="fixes"> <?dbhtml filename="fixes.html"?>
<title>Notes on fixes for packages</title>
@@ -567,13 +567,9 @@ dynamic linker chooses the library with the greater REVISION number. </programli
<para>The <quote>-rpath argument</quote> is the install
directory of the library being built.</para>
- <para>In the <filename>PLIST</filename>, include all of the
- <filename>.a</filename>, <filename>.la</filename>, and
- <filename>.so</filename>,
- <filename>.so.<replaceable>major</replaceable></filename>
- and
- <filename>.so.<replaceable>major</replaceable>.<replaceable>minor</replaceable></filename>
- files.</para>
+ <para>In the <filename>PLIST</filename>, include only the
+ <filename>.la</filename> file, the other files will be
+ added automatically.</para>
</listitem>
<listitem>