mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 03:39:20 +01:00
Upgrade to Glibc-2.12.1. Fixes #2730.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9351 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
3ca97f5d0d
commit
8320e26f72
@ -37,6 +37,16 @@
|
|||||||
|
|
||||||
-->
|
-->
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>2010-08-08</para>
|
||||||
|
<itemizedlist>
|
||||||
|
<listitem>
|
||||||
|
<para>[matthew] - Upgrade to Glibc-2.12.1. Fixes
|
||||||
|
<ulink url="&lfs-ticket-root;2730">#2730</ulink>.</para>
|
||||||
|
</listitem>
|
||||||
|
</itemizedlist>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>2010-08-03</para>
|
<para>2010-08-03</para>
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
|
@ -43,6 +43,12 @@
|
|||||||
<sect2 role="installation">
|
<sect2 role="installation">
|
||||||
<title>Installation of M4</title>
|
<title>Installation of M4</title>
|
||||||
|
|
||||||
|
<para>Add a missing include directive that prevents M4 successfully building
|
||||||
|
against Glibc-&glibc-version;:</para>
|
||||||
|
|
||||||
|
<screen><userinput remap="pre">sed -i -e '/"m4.h"/a\
|
||||||
|
#include <sys/stat.h>' src/path.c</userinput></screen>
|
||||||
|
|
||||||
<para>Prepare M4 for compilation:</para>
|
<para>Prepare M4 for compilation:</para>
|
||||||
|
|
||||||
<screen><userinput remap="configure">./configure --prefix=/tools</userinput></screen>
|
<screen><userinput remap="configure">./configure --prefix=/tools</userinput></screen>
|
||||||
|
@ -40,6 +40,12 @@
|
|||||||
<sect2 role="installation">
|
<sect2 role="installation">
|
||||||
<title>Installation of M4</title>
|
<title>Installation of M4</title>
|
||||||
|
|
||||||
|
<para>Add a missing include directive that prevents M4 successfully building
|
||||||
|
against Glibc-&glibc-version;:</para>
|
||||||
|
|
||||||
|
<screen><userinput remap="pre">sed -i -e '/"m4.h"/a\
|
||||||
|
#include <sys/stat.h>' src/path.c</userinput></screen>
|
||||||
|
|
||||||
<para>Prepare M4 for compilation:</para>
|
<para>Prepare M4 for compilation:</para>
|
||||||
|
|
||||||
<screen><userinput remap="configure">./configure --prefix=/usr</userinput></screen>
|
<screen><userinput remap="configure">./configure --prefix=/usr</userinput></screen>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<!ENTITY version "SVN-20100803">
|
<!ENTITY version "SVN-20100808">
|
||||||
<!ENTITY releasedate "August 3, 2010">
|
<!ENTITY releasedate "August 8, 2010">
|
||||||
<!ENTITY copyrightdate "1999-2010"><!-- jhalfs needs a literal dash, not – -->
|
<!ENTITY copyrightdate "1999-2010"><!-- jhalfs needs a literal dash, not – -->
|
||||||
<!ENTITY milestone "6.7">
|
<!ENTITY milestone "6.7">
|
||||||
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
|
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
|
||||||
|
@ -193,10 +193,10 @@
|
|||||||
<!ENTITY gettext-ch6-du "125 MB">
|
<!ENTITY gettext-ch6-du "125 MB">
|
||||||
<!ENTITY gettext-ch6-sbu "5.8 SBU">
|
<!ENTITY gettext-ch6-sbu "5.8 SBU">
|
||||||
|
|
||||||
<!ENTITY glibc-version "2.11.2">
|
<!ENTITY glibc-version "2.12.1">
|
||||||
<!ENTITY glibc-size "15,308 KB">
|
<!ENTITY glibc-size "15,300 KB">
|
||||||
<!ENTITY glibc-url "&gnu;glibc/glibc-&glibc-version;.tar.bz2">
|
<!ENTITY glibc-url "&gnu;glibc/glibc-&glibc-version;.tar.bz2">
|
||||||
<!ENTITY glibc-md5 "414fc1bad64c0e34ead0bb3d0f191456">
|
<!ENTITY glibc-md5 "be0ea9e587f08c87604fe10a91f72afd">
|
||||||
<!ENTITY glibc-home "&gnu-software;libc/">
|
<!ENTITY glibc-home "&gnu-software;libc/">
|
||||||
<!ENTITY glibc-ch5-du "371 MB">
|
<!ENTITY glibc-ch5-du "371 MB">
|
||||||
<!ENTITY glibc-ch5-sbu "6.9 SBU">
|
<!ENTITY glibc-ch5-sbu "6.9 SBU">
|
||||||
|
Loading…
Reference in New Issue
Block a user