Automatic merge of trunk into multilib

This commit is contained in:
Thomas Trepl (Moody) 2021-07-19 05:45:10 +02:00
commit dabd16bcf6
4 changed files with 5 additions and 5 deletions

View File

@ -23,8 +23,8 @@
location has changed since this book was published, Google (<ulink location has changed since this book was published, Google (<ulink
url="http://www.google.com/"/>) provides a useful search engine for url="http://www.google.com/"/>) provides a useful search engine for
most packages. If this search is unsuccessful, try one of the most packages. If this search is unsuccessful, try one of the
alternative means of downloading discussed at <ulink alternative means of downloading at <ulink
url="&lfs-root;lfs/packages.html#packages"/>. </para> url="&lfs-root;lfs/mirrors.html#files"/>. </para>
<para>Downloaded packages and patches will need to be stored somewhere <para>Downloaded packages and patches will need to be stored somewhere
that is conveniently available throughout the entire build. A working that is conveniently available throughout the entire build. A working

View File

@ -97,7 +97,7 @@ for i in /usr/bin/{bzcat,bunzip2}; do
ln -sfv bzip2 $i ln -sfv bzip2 $i
done</userinput></screen> 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> <screen><userinput remap="install">rm -fv /usr/lib/libbz2.a</userinput></screen>

View File

@ -71,7 +71,7 @@
<!-- dev: - -disable-static works but causes additional test failures <!-- dev: - -disable-static works but causes additional test failures
so we manually remove the static library --> 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> <screen><userinput remap="install">rm -fv /usr/lib/libltdl.a</userinput></screen>

View File

@ -57,7 +57,7 @@
<screen><userinput remap="install">make install</userinput></screen> <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> <screen><userinput remap="install">rm -fv /usr/lib/libz.a</userinput></screen>