Author: igor
Date: Tue Jul 23 06:59:17 2013
New Revision: 11480

Log:
disable static libpopt

Modified:
   trunk/BOOK/general/genlib/popt.xml

Modified: trunk/BOOK/general/genlib/popt.xml
==============================================================================
--- trunk/BOOK/general/genlib/popt.xml  Tue Jul 23 05:27:08 2013        (r11479)
+++ trunk/BOOK/general/genlib/popt.xml  Tue Jul 23 06:59:17 2013        (r11480)
@@ -68,7 +68,7 @@
     <para>Install <application>popt</application> by running the following
     commands:</para>
 
-<screen><userinput>./configure --prefix=/usr &amp;&amp;
+<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
 make</userinput></screen>
 
     <para>If you have <xref linkend="doxygen"/> installed and wish to build
@@ -91,6 +91,14 @@
 
   </sect2>
 
+  <sect2 role="commands">
+    <title>Command Explanations</title>
+
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude";
+      href="../../xincludes/static-libraries.xml"/>
+
+  </sect2>
+
   <sect2 role="content">
     <title>Contents</title>
 
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to