diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2005-02-13 13:46:33 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2005-02-13 13:46:33 +0000 |
commit | 73941fdbc29a562ae934773df6d454d5704be8e1 (patch) | |
tree | cfde5a955d4814c9216659de389c39cd42020362 | |
parent | 2f9d5505da6d8cd425c3afb0163dfecd2b8d412e (diff) |
* Upgrade to glibc-2.3.4
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4636 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 5 | ||||
-rw-r--r-- | chapter03/packages.xml | 11 | ||||
-rw-r--r-- | chapter06/glibc.xml | 6 | ||||
-rw-r--r-- | general.ent | 2 |
4 files changed, 20 insertions, 4 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 5fc6c61b0..1c4cb1ec3 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -24,7 +24,7 @@ of the LFS Book.</para> <listitem><para>expect-5.43.0</para></listitem> <listitem><para>file-4.13</para></listitem> <listitem><para>findutils-4.2.17</para></listitem> -<listitem><para>glibc-20041220</para></listitem> +<listitem><para>glibc-2.3.4</para></listitem> <listitem><para>grub-0.96</para></listitem> <listitem><para>lfs-bootscripts-3.1.0</para></listitem> <listitem><para>libol-0.3.15</para></listitem> @@ -51,6 +51,9 @@ of the LFS Book.</para> </itemizedlist> </listitem> +<listitem><para>February 13, 2005 [matt]: Upgraded to glibc-2.3.4</para> +</listitem> + <listitem><para>February 13, 2005 [matt]: Upgraded to grub-0.96</para> </listitem> diff --git a/chapter03/packages.xml b/chapter03/packages.xml index 35b5fa0a6..da281d61d 100644 --- a/chapter03/packages.xml +++ b/chapter03/packages.xml @@ -132,9 +132,16 @@ </varlistentry> <varlistentry> -<term>Glibc (&glibc-version;) - 13,800 KB: </term> +<term>Glibc (&glibc-version;) - 12,904 KB: </term> <listitem> -<para><ulink url="ftp://sources.redhat.com/pub/glibc/snapshots/"/></para> +<para><ulink url="http://ftp.gnu.org/gnu/glibc/"/></para> +</listitem> +</varlistentry> + +<varlistentry> +<term>Glibc-Linuxthreads (&glibc-version;) - 231 KB: </term> +<listitem> +<para><ulink url="http://ftp.gnu.org/gnu/glibc/"/></para> </listitem> </varlistentry> diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml index 210c588a2..c2bd6519c 100644 --- a/chapter06/glibc.xml +++ b/chapter06/glibc.xml @@ -22,6 +22,12 @@ <sect2 role="installation"> <title>Installation of Glibc</title> +<para>The linuxthreads tarball contains the man pages for the threading +libraries installed by glibc. Unpack the tarball from within the glibc source +directory:</para> + +<screen><userinput>tar xjvf ../glibc-linuxthreads-&glibc-version;.tar.bz2</userinput></screen> + <para>Create a build directory:</para> <screen><userinput>mkdir ../glibc-build diff --git a/general.ent b/general.ent index f54c5d91e..cab1ff4b5 100644 --- a/general.ent +++ b/general.ent @@ -31,7 +31,7 @@ <!ENTITY gawk-version "3.1.4"> <!ENTITY gcc-version "3.4.3"> <!ENTITY gettext-version "0.14.1"> -<!ENTITY glibc-version "20041220"> +<!ENTITY glibc-version "2.3.4"> <!ENTITY grep-version "2.5.1a"> <!ENTITY groff-version "1.19.1"> <!ENTITY grub-version "0.96"> |