mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-07-04 11:34:36 +01:00
minor correction - glibc patch paths
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8627 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
2e1fb0caf9
commit
ce69610f7f
@ -46,8 +46,8 @@
|
||||
<para>Though not mandatory in this chapter, if you plan on running the test
|
||||
suite, you should apply the following patches:</para>
|
||||
|
||||
<screen><userinput remap="pre">patch -Np1 -i &glibc-iconv-test-fixes-patch;
|
||||
patch -Np1 -i &glibc-ildoubl-test-fix-patch;</userinput></screen>
|
||||
<screen><userinput remap="pre">patch -Np1 -i ../&glibc-iconv-test-fixes-patch;
|
||||
patch -Np1 -i ../&glibc-ildoubl-test-fix-patch;</userinput></screen>
|
||||
|
||||
<para>The Glibc documentation recommends building Glibc outside of the source
|
||||
directory in a dedicated build directory:</para>
|
||||
|
@ -91,8 +91,8 @@ mv glibc-libidn-&glibc-version; libidn</userinput></screen>-->
|
||||
<para>First apply two patches which correct failures in the test
|
||||
suite:</para>
|
||||
|
||||
<screen><userinput remap="pre">patch -Np1 -i &glibc-iconv-test-fixes-patch;
|
||||
patch -Np1 -i &glibc-ildoubl-test-fix-patch;</userinput></screen>
|
||||
<screen><userinput remap="pre">patch -Np1 -i ../&glibc-iconv-test-fixes-patch;
|
||||
patch -Np1 -i ../&glibc-ildoubl-test-fix-patch;</userinput></screen>
|
||||
|
||||
|
||||
<para>The <command>ldd</command> shell script contains Bash-specific
|
||||
|
Loading…
Reference in New Issue
Block a user