From 084db8d42d66a40d23259628ae1afe13f88065b5 Mon Sep 17 00:00:00 2001 From: Jeremy Utley Date: Tue, 31 Aug 2004 07:11:33 +0000 Subject: 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 --- chapter03/packages.xml | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) (limited to 'chapter03') 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 @@ -Glibc (&glibc-version;) - 13,101 KB: -- (see Note 1 below) +Glibc (&glibc-version;) - 13,800 KB: -- (see Note 1 below) - + @@ -426,20 +426,16 @@ so create a tarball of some known-good CVS with the following commands: 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 + 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 Alternatively, we've made our own tarball available which you can download from any of the FTP mirrors listed on the LFS Website. It can be found under the /pub/lfs/packages/conglomeration/glibc 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 -BLFS book. -- cgit v1.2.3-54-g00ecf