|
@@ -24,6 +24,12 @@ Fix this annoying little error with:</para>
|
|
<para><screen><userinput>mkdir /stage1/etc
|
|
<para><screen><userinput>mkdir /stage1/etc
|
|
touch /stage1/etc/ld.so.conf</userinput></screen></para>
|
|
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
|
|
<para>The documentation that comes with Glibc recommends to build the package
|
|
not in the source directory but in a separate, dedicated directory:</para>
|
|
not in the source directory but in a separate, dedicated directory:</para>
|
|
|
|
|