diff options
author | Jeremy Utley <jeremy@linuxfromscratch.org> | 2004-08-31 07:11:33 +0000 |
---|---|---|
committer | Jeremy Utley <jeremy@linuxfromscratch.org> | 2004-08-31 07:11:33 +0000 |
commit | 084db8d42d66a40d23259628ae1afe13f88065b5 (patch) | |
tree | 32cf279ea75975fc882a5cba99e0a0044653bd94 /chapter03 | |
parent | 98b017eaa53e459c321f160991e23ddeb77d6044 (diff) |
Upgraded glibc to tarball based on CVS code from 2004-08-28. Simplified the configure instructions for glibc.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4097 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter03')
-rw-r--r-- | chapter03/packages.xml | 16 |
1 files changed, 6 insertions, 10 deletions
diff --git a/chapter03/packages.xml b/chapter03/packages.xml index 3a8d55b88..c64ec836d 100644 --- a/chapter03/packages.xml +++ b/chapter03/packages.xml @@ -132,9 +132,9 @@ </varlistentry> <varlistentry> -<term>Glibc (&glibc-version;) - 13,101 KB: -- <emphasis>(see Note 1 below)</emphasis></term> +<term>Glibc (&glibc-version;) - 13,800 KB: -- <emphasis>(see Note 1 below)</emphasis></term> <listitem> -<para><ulink url="&freshmeat;glibc/"/></para> +<para><ulink url="ftp://ftp.linuxfromscratch.org/pub/lfs/lfs-packages/unstable/glibc-2.3.4-20040828.tar.bz2"/></para> </listitem> </varlistentry> @@ -426,20 +426,16 @@ so create a tarball of some known-good CVS with the following commands:</para> <screen><userinput>cvs -z 3 -d :pserver:anoncvs@sources.redhat.com:/cvs/glibc \ - export -d glibc-2.3.4-20040701 -D "2004-07-01 17:30 UTC" libc -sed -i -e "s/stable/2004-07-01/" -e "s/2\.3\.3/2.3.4/" \ - glibc-2.3.4-20040701/version.h -tar jcvf glibc-2.3.4-20040701.tar.bz2 glibc-2.3.4-20040701</userinput></screen> + export -d glibc-2.3.4-20040828 -D "2004-08-28 00:00 UTC" libc +sed -i -e "s/stable/2004-08-28/" -e "s/2\.3\.3/2.3.4/" \ + glibc-2.3.4-20040828/version.h +tar jcvf glibc-2.3.4-20040828.tar.bz2 glibc-2.3.4-20040828</userinput></screen> <para>Alternatively, we've made our own tarball available which you can download from any of the FTP mirrors listed on the <ulink url="&lfs-root;lfs/packages.html#http">LFS Website</ulink>. It can be found under the <filename>/pub/lfs/packages/conglomeration/glibc</filename> directory. -The tarball is signed using GPG, and it is strongly recommended you -verify its authenticity. Instructions for installing GnuPG, which enables you -to do this, are given in the -<ulink url="&lfs-root;blfs/view/stable/postlfs/gnupg.html">BLFS book.</ulink> </para> </note> |