diff options
author | Jeremy Utley <jeremy@linuxfromscratch.org> | 2003-08-30 23:52:19 +0000 |
---|---|---|
committer | Jeremy Utley <jeremy@linuxfromscratch.org> | 2003-08-30 23:52:19 +0000 |
commit | 73eac28cb38d307b6a7414fb8ddb5df77f30205d (patch) | |
tree | 46f3194f2310b6f1d0a765af2100bbc8baf24f86 | |
parent | b19d5f969aeddcf8a5e36511f1ce6303cb0f3329 (diff) |
Corrected location for the patch in chapter 6 Glibc
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2705 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter06/glibc-inst.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/chapter06/glibc-inst.xml b/chapter06/glibc-inst.xml index 753e7ea87..034327bd1 100644 --- a/chapter06/glibc-inst.xml +++ b/chapter06/glibc-inst.xml @@ -9,17 +9,17 @@ pointing at <filename>/stage1</filename>. We cannot adjust the specs and ldscripts before the Glibc install, because the Glibc autoconf tests would then give bogus results and thus defeat our goal of achieving a clean build.</para> +<para>Apply the same patch as we used previously:</para> + +<para><screen><userinput>patch -Np1 -i ../glibc-2.3.2-sscanf-1.patch +</userinput></screen></para> + <para>The documentation that comes with Glibc recommends to build the package not in the source directory but in a separate, dedicated directory:</para> <para><screen><userinput>mkdir ../glibc-build cd ../glibc-build</userinput></screen></para> -<para>Also apply the same patch as we used previously:</para> - -<para><screen><userinput>patch -Np1 -i ../glibc-2.3.2-sscanf-1.patch -</userinput></screen></para> - <para>Now prepare Glibc for compilation:</para> <para><screen><userinput>../glibc-&glibc-version;/configure --prefix=/usr \ |