aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/glibc-inst.xml
diff options
context:
space:
mode:
authorJeremy Utley <jeremy@linuxfromscratch.org>2003-08-30 03:57:49 +0000
committerJeremy Utley <jeremy@linuxfromscratch.org>2003-08-30 03:57:49 +0000
commit79b94bd1259ad58893f6ea2f1908f405c10d17e6 (patch)
treedbabb63ca38ef95cc5049018b746dc30be166d4a /chapter06/glibc-inst.xml
parent556167ccbcb085c3acd9453e505fd9bb1feb384c (diff)
Added sscanf patch to Glibc instructions and download page.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2702 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/glibc-inst.xml')
-rw-r--r--chapter06/glibc-inst.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/chapter06/glibc-inst.xml b/chapter06/glibc-inst.xml
index 00253a99a..753e7ea87 100644
--- a/chapter06/glibc-inst.xml
+++ b/chapter06/glibc-inst.xml
@@ -15,6 +15,11 @@ 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 \