diff options
author | Greg Schafer <greg@linuxfromscratch.org> | 2003-09-27 12:20:21 +0000 |
---|---|---|
committer | Greg Schafer <greg@linuxfromscratch.org> | 2003-09-27 12:20:21 +0000 |
commit | 39856701509ee06ddcc95fd811ad7b27c4a8ecf9 (patch) | |
tree | 193ce5f8f27faf1d383078d3450456c59feae753 /chapter05/glibc-inst.xml | |
parent | 6a616bc4cf9f01594aa508ee8e10d5634e71037d (diff) |
Appendix A and Entities cleanup.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2898 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/glibc-inst.xml')
-rw-r--r-- | chapter05/glibc-inst.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chapter05/glibc-inst.xml b/chapter05/glibc-inst.xml index 9ffcea2f8..83b64eb69 100644 --- a/chapter05/glibc-inst.xml +++ b/chapter05/glibc-inst.xml @@ -31,8 +31,7 @@ touch /tools/etc/ld.so.conf</userinput></screen></para> <para>Also, Glibc has a subtle problem when compiled with GCC 3.3.1. Apply the following patch to fix this:</para> -<para><screen><userinput>patch -Np1 -i ../glibc-2.3.2-sscanf-1.patch -</userinput></screen></para> +<para><screen><userinput>patch -Np1 -i ../glibc-&glibc-sscanf-patch-version;.patch</userinput></screen></para> <para>The Glibc documentation recommends building Glibc outside of the source directory in a dedicated build directory:</para> |