aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05
diff options
context:
space:
mode:
Diffstat (limited to 'chapter05')
-rw-r--r--chapter05/glibc-inst.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/chapter05/glibc-inst.xml b/chapter05/glibc-inst.xml
index b8e84de43..d55c99ca7 100644
--- a/chapter05/glibc-inst.xml
+++ b/chapter05/glibc-inst.xml
@@ -24,6 +24,12 @@ Fix this annoying little error with:</para>
<para><screen><userinput>mkdir /stage1/etc
touch /stage1/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>The documentation that comes with Glibc recommends to build the package
not in the source directory but in a separate, dedicated directory:</para>