disable static libpopt

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@11480 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Igor Živković 2013-07-23 13:59:17 +00:00
parent e23713565a
commit e43015cf5b

View File

@ -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 @@ install -v -m644 doxygen/html/* /usr/share/doc/popt-&popt-version;</userinput></
</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>