diff options
author | Jeremy Utley <jeremy@linuxfromscratch.org> | 2004-09-10 13:02:16 +0000 |
---|---|---|
committer | Jeremy Utley <jeremy@linuxfromscratch.org> | 2004-09-10 13:02:16 +0000 |
commit | 6e8fc7d1996534dff1a06687e630c1f01aaf832f (patch) | |
tree | c70af451af8f3d22bd3a6e31f997d2ac4d83115f /chapter01 | |
parent | b72295579dc15cdb2546b64f42fa184b63590fc6 (diff) |
Resolved bug 895 with a modification to our glibc lockin instructions in chapter 6.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4150 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter01')
-rw-r--r-- | chapter01/changelog.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 82e0e554f..4a8c0c301 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -93,6 +93,12 @@ first a summary, then a detailed log.</para> </itemizedlist> </listitem> +<listitem><para>September 10th, 2004 [jeremy]: Modified the instructions to +lock in glibc in Chapter 6, modifying the startfile_prefix_spec parameter in +the gcc specs file. Thanks to Greg Schafer for pointing out this problem, and +Ryan Oliver and Anderson Lizardo for the fix. Closes out bug 895 for +unstable.</para></listitem> + <listitem><para>September 9th, 2004 [jeremy]: Added missing colon to group name in Chapter 6-Coreutils (used by the test suite). Reported by Nico to LFS-Dev</para></listitem> |