mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-05 22:04:48 +00:00
Fix location of patch application
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9796 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
39ec01cf04
commit
9bda40d80a
@ -52,12 +52,12 @@
|
||||
|
||||
<screen><userinput remap="pre">sed -i 's#/var/db#/tools/var/db#' Makeconfig</userinput></screen>
|
||||
|
||||
<para>The Glibc documentation recommends building Glibc outside of the source
|
||||
directory in a dedicated build directory:</para>
|
||||
|
||||
<para>Fix a bug that prevents Glibc from building with GCC-&gcc-version;:</para>
|
||||
<screen><userinput remap="pre">patch -Np1 -i ../&glibc-gcc_fix-patch;</userinput></screen>
|
||||
|
||||
<para>The Glibc documentation recommends building Glibc outside of the source
|
||||
directory in a dedicated build directory:</para>
|
||||
|
||||
<screen><userinput remap="pre">mkdir -v ../glibc-build
|
||||
cd ../glibc-build</userinput></screen>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user