Disable static FLAC libraries, removed reference for libxmms-flac.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@11222 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Igor Živković 2013-05-31 09:42:30 +00:00
parent c6456032cc
commit 9de017046d

View File

@ -93,6 +93,7 @@
./configure --prefix=/usr \
--mandir=/usr/share/man \
--disable-static \
--disable-thorough-tests &&
make</userinput></screen>
@ -112,6 +113,9 @@ make</userinput></screen>
<sect2 role="commands">
<title>Command Explanations</title>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="../../xincludes/static-libraries.xml"/>
<para><parameter>--disable-thorough-tests</parameter>: This parameter is
used so that the test suite will complete in a reasonable amount of time.
Remove it if you desire more extensive tests.</para>
@ -121,9 +125,6 @@ make</userinput></screen>
you have SSE is to issue <command>cat /proc/cpuinfo</command> and see if
<computeroutput>sse</computeroutput> is listed in the flags.</para>
<para><option>--disable-static</option>: This switch prevents the
static libraries from being built.</para>
</sect2>
<sect2 role="content">
@ -136,7 +137,7 @@ make</userinput></screen>
<seglistitem>
<seg>flac and metaflac</seg>
<seg>libFLAC.{so,a}, libFLAC++.{so,a} and libxmms-flac.{so,a}</seg>
<seg>libFLAC.so and libFLAC++.so</seg>
<seg>/usr/include/FLAC, /usr/include/FLAC++ and
/usr/share/doc/flac-&flac-version;</seg>
</seglistitem>
@ -170,16 +171,17 @@ make</userinput></screen>
</varlistentry>
<varlistentry id="libflac">
<term><filename class='libraryfile'>libFLAC{,++}.{so,a}</filename></term>
<term><filename class='libraryfile'>libFLAC{,++}.so</filename></term>
<listitem>
<para>these libraries provide native FLAC and Ogg FLAC C/C++ APIs
for programs utilizing FLAC.</para>
<indexterm zone="flac libflac">
<primary sortas="c-libFLAC">libFLAC{,++}.{so,a}</primary>
<primary sortas="c-libFLAC">libFLAC{,++}.so</primary>
</indexterm>
</listitem>
</varlistentry>
<!--
<varlistentry id="libxmms-flac">
<term><filename class='libraryfile'>libxmms-flac.{so,a}</filename></term>
<listitem>
@ -189,6 +191,7 @@ make</userinput></screen>
</indexterm>
</listitem>
</varlistentry>
-->
</variablelist>