summaryrefslogtreecommitdiff
path: root/doc/guide/files/fixes.xml
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2005-04-17 09:38:26 +0000
committerwiz <wiz@pkgsrc.org>2005-04-17 09:38:26 +0000
commit89b401ad962c6075d3a6f156cb1e351b7659b5e6 (patch)
treef96ad05b2d3c6d02835bcd320332fdbd0111b1e7 /doc/guide/files/fixes.xml
parentfb9680ec3dca6496deafd3e0fcbf9ad92e7806c3 (diff)
downloadpkgsrc-89b401ad962c6075d3a6f156cb1e351b7659b5e6.tar.gz
Fix another section about .la files in PLIST
XXX: someone, please regen.
Diffstat (limited to 'doc/guide/files/fixes.xml')
-rw-r--r--doc/guide/files/fixes.xml10
1 files changed, 4 insertions, 6 deletions
diff --git a/doc/guide/files/fixes.xml b/doc/guide/files/fixes.xml
index 03127bd4c1c..609f6ce6e36 100644
--- a/doc/guide/files/fixes.xml
+++ b/doc/guide/files/fixes.xml
@@ -1,4 +1,4 @@
-<!-- $NetBSD: fixes.xml,v 1.11 2005/04/11 21:45:39 tv Exp $ -->
+<!-- $NetBSD: fixes.xml,v 1.12 2005/04/17 09:38:26 wiz Exp $ -->
<chapter id="fixes"> <?dbhtml filename="fixes.html"?>
<title>Notes on fixes for packages</title>
@@ -617,11 +617,9 @@ dynamic linker chooses the library with the greater REVISION number. </programli
</listitem>
<listitem>
- <para> In your <filename>PLIST</filename>, include all of
- the <filename>.a</filename>, <filename>.la</filename>, and
- <filename>.so</filename>, <filename>.so.CURRENT</filename>
- and <filename>.so.CURRENT.REVISION</filename> files (this
- is a change from the previous behaviour). </para>
+ <para> In your <filename>PLIST</filename>, include only
+ the <filename>.la</filename>
+ file (this is a change from previous behaviour). </para>
</listitem>
</orderedlist>
</sect2>