From 6e8fc7d1996534dff1a06687e630c1f01aaf832f Mon Sep 17 00:00:00 2001 From: Jeremy Utley Date: Fri, 10 Sep 2004 13:02:16 +0000 Subject: [PATCH] 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 --- chapter01/changelog.xml | 6 ++++++ chapter06/readjusting.xml | 3 ++- general.ent | 4 ++-- 3 files changed, 10 insertions(+), 3 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. +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. + 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 diff --git a/chapter06/readjusting.xml b/chapter06/readjusting.xml index c7ab66921..a3522a663 100644 --- a/chapter06/readjusting.xml +++ b/chapter06/readjusting.xml @@ -52,7 +52,8 @@ this: -sed -i 's@ /tools/lib/ld-linux.so.2@ /lib/ld-linux.so.2@g' \ +perl -pi -e 's@ /tools/lib/ld-linux.so.2@ /lib/ld-linux.so.2@g;' \ + -e 's@\*startfile_prefix_spec:\n@$_/usr/lib/@g;' \ `gcc --print-file specs` Again, cutting and pasting the above is recommended. And just like diff --git a/general.ent b/general.ent index c7e0ffe13..278b06a13 100644 --- a/general.ent +++ b/general.ent @@ -1,6 +1,6 @@ - - + +