mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 06:14:47 +00:00
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
This commit is contained in:
parent
556167ccbc
commit
79b94bd125
@ -6,6 +6,9 @@
|
|||||||
|
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
|
|
||||||
|
<listitem><para>August 29, 2003 [jeremy] - Glibc - updated
|
||||||
|
instructions with the sscanf patch from patches.</para></listitem>
|
||||||
|
|
||||||
<listitem><para>August 29, 2003 [jeremy] - Updated GCC
|
<listitem><para>August 29, 2003 [jeremy] - Updated GCC
|
||||||
to version 3.3.1, including fixes based on Zack's mini-hint
|
to version 3.3.1, including fixes based on Zack's mini-hint
|
||||||
for GCC 3.3, and patches from his docs.</para></listitem>
|
for GCC 3.3, and patches from his docs.</para></listitem>
|
||||||
|
@ -249,6 +249,9 @@ GCC Specs Patch:
|
|||||||
GCC No Fixincludes Patch:
|
GCC No Fixincludes Patch:
|
||||||
<ulink url="&http;/gcc-3.3.1-no_fixincludes.patch"/>
|
<ulink url="&http;/gcc-3.3.1-no_fixincludes.patch"/>
|
||||||
|
|
||||||
|
Glibc Sscanf Patch:
|
||||||
|
<ulink url="&http;/glibc-2.3.2-sscanf-1.patch"/>
|
||||||
|
|
||||||
Kbd Patch (&kbd-patch-version;) - &kbd-patch-size;:
|
Kbd Patch (&kbd-patch-version;) - &kbd-patch-size;:
|
||||||
<ulink url="&http;/kbd-&kbd-patch-version;.patch"/>
|
<ulink url="&http;/kbd-&kbd-patch-version;.patch"/>
|
||||||
|
|
||||||
|
@ -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>
|
||||||
|
|
||||||
|
@ -15,6 +15,11 @@ not in the source directory but in a separate, dedicated directory:</para>
|
|||||||
<para><screen><userinput>mkdir ../glibc-build
|
<para><screen><userinput>mkdir ../glibc-build
|
||||||
cd ../glibc-build</userinput></screen></para>
|
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>Now prepare Glibc for compilation:</para>
|
||||||
|
|
||||||
<para><screen><userinput>../glibc-&glibc-version;/configure --prefix=/usr \
|
<para><screen><userinput>../glibc-&glibc-version;/configure --prefix=/usr \
|
||||||
|
Loading…
Reference in New Issue
Block a user