mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-25 07:42:13 +08:00
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:
parent
2eef43390a
commit
c684b9d77e
@ -78,7 +78,7 @@
|
||||
|
||||
<screen><userinput>tar xf lsof_&lsof-version;.tar &&
|
||||
cd lsof_&lsof-version; &&
|
||||
yes n |./Configure linux &&
|
||||
./Configure -n linux &&
|
||||
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>
|
||||
|
Loading…
Reference in New Issue
Block a user