Add package: sof_4.87 - part 3. Thanks, Armin K.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@12627 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Fernando de Oliveira 2014-01-24 21:24:44 +00:00
parent 2eef43390a
commit c684b9d77e

View File

@ -78,7 +78,7 @@
<screen><userinput>tar xf lsof_&lsof-version;.tar &amp;&amp;
cd lsof_&lsof-version; &amp;&amp;
yes n |./Configure linux &amp;&amp;
./Configure -n linux &amp;&amp;
make CFGL="-L./lib -ltirpc"</userinput></screen>
<para>This package does not come with a working test suite.</para>
@ -94,13 +94,13 @@ install -v lsof.8 /usr/share/man/man8</userinput></screen>
<title>Command Explanations</title>
<para>
<command>yes n |./Configure ...</command>: Automatically answer two
questions asked by the Configure script.
<command>./Configure -n linux</command>: Avoid AFS, customization, and
inventory checks, and use target-dialect Linux.
</para>
<para>
<command>make CFGL="-L./lib -ltirpc"</command>: Instruct make the libtirpc
libraries locations.
<command>make CFGL="-L./lib -ltirpc"</command>: Instruct the libtirpc
libraries location to <command>make</command> command.
</para>
</sect2>