mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-02-01 11:52:31 +00:00
Automatic merge of trunk into multilib
This commit is contained in:
commit
dabd16bcf6
@ -23,8 +23,8 @@
|
||||
location has changed since this book was published, Google (<ulink
|
||||
url="http://www.google.com/"/>) provides a useful search engine for
|
||||
most packages. If this search is unsuccessful, try one of the
|
||||
alternative means of downloading discussed at <ulink
|
||||
url="&lfs-root;lfs/packages.html#packages"/>. </para>
|
||||
alternative means of downloading at <ulink
|
||||
url="&lfs-root;lfs/mirrors.html#files"/>. </para>
|
||||
|
||||
<para>Downloaded packages and patches will need to be stored somewhere
|
||||
that is conveniently available throughout the entire build. A working
|
||||
|
@ -97,7 +97,7 @@ for i in /usr/bin/{bzcat,bunzip2}; do
|
||||
ln -sfv bzip2 $i
|
||||
done</userinput></screen>
|
||||
|
||||
<para>Remove an useless static library:</para>
|
||||
<para>Remove a useless static library:</para>
|
||||
|
||||
<screen><userinput remap="install">rm -fv /usr/lib/libbz2.a</userinput></screen>
|
||||
|
||||
|
@ -71,7 +71,7 @@
|
||||
<!-- dev: - -disable-static works but causes additional test failures
|
||||
so we manually remove the static library -->
|
||||
|
||||
<para>Remove an useless static library:</para>
|
||||
<para>Remove a useless static library:</para>
|
||||
|
||||
<screen><userinput remap="install">rm -fv /usr/lib/libltdl.a</userinput></screen>
|
||||
|
||||
|
@ -57,7 +57,7 @@
|
||||
|
||||
<screen><userinput remap="install">make install</userinput></screen>
|
||||
|
||||
<para>Remove an useless static library:</para>
|
||||
<para>Remove a useless static library:</para>
|
||||
|
||||
<screen><userinput remap="install">rm -fv /usr/lib/libz.a</userinput></screen>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user