mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-19 21:49:13 +00:00
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
This commit is contained in:
parent
b72295579d
commit
6e8fc7d199
@ -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>
|
||||
|
@ -52,7 +52,8 @@ this:</para>
|
||||
|
||||
<!-- Ampersands are needed to allow cut and paste -->
|
||||
|
||||
<screen><userinput>sed -i 's@ /tools/lib/ld-linux.so.2@ /lib/ld-linux.so.2@g' \
|
||||
<screen><userinput>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`</userinput></screen>
|
||||
|
||||
<para>Again, cutting and pasting the above is recommended. And just like
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!ENTITY version "SVN-20040909">
|
||||
<!ENTITY releasedate "September 9, 2004">
|
||||
<!ENTITY version "SVN-20040910">
|
||||
<!ENTITY releasedate "September 10, 2004">
|
||||
<!ENTITY milestone "6.1">
|
||||
|
||||
<!ENTITY lfs-root "http://www.linuxfromscratch.org/">
|
||||
|
Loading…
Reference in New Issue
Block a user