Author: igor
Date: Wed May 29 01:18:35 2013
New Revision: 11200
Log:
Expat: disable static libraries
Modified:
trunk/BOOK/general/genlib/expat.xml
Modified: trunk/BOOK/general/genlib/expat.xml
==============================================================================
--- trunk/BOOK/general/genlib/expat.xml Tue May 28 05:33:49 2013 (r11199)
+++ trunk/BOOK/general/genlib/expat.xml Wed May 29 01:18:35 2013 (r11200)
@@ -77,7 +77,7 @@
<para>Install <application>Expat</application> by running the following
commands:</para>
-<screen><userinput>./configure --prefix=/usr &&
+<screen><userinput>./configure --prefix=/usr --disable-static &&
make</userinput></screen>
<para>Now, as the <systemitem class="username">root</systemitem>
user:</para>
@@ -110,7 +110,7 @@
<seglistitem>
<seg>xmlwf</seg>
- <seg>libexpat.{so,a}</seg>
+ <seg>libexpat.so</seg>
<seg>/usr/share/doc/expat-&expat-version;</seg>
</seglistitem>
</segmentedlist>
@@ -132,11 +132,11 @@
</varlistentry>
<varlistentry id="libexpat">
- <term><filename class='libraryfile'>libexpat.{so,a}</filename></term>
+ <term><filename class='libraryfile'>libexpat.so</filename></term>
<listitem>
<para>contains API functions for parsing XML.</para>
<indexterm zone="expat libexpat">
- <primary sortas="c-libexpat">libexpat.{so,a}</primary>
+ <primary sortas="c-libexpat">libexpat.so</primary>
</indexterm>
</listitem>
</varlistentry>
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page