diff options
author | James Robertson <jwrober@linuxfromscratch.org> | 2003-09-12 01:50:14 +0000 |
---|---|---|
committer | James Robertson <jwrober@linuxfromscratch.org> | 2003-09-12 01:50:14 +0000 |
commit | 7064dafcab298ea2880556b3ef8d16558e0bd380 (patch) | |
tree | 908a4f4e67af126cd5f9006ba95a340789347f8c /chapter05 | |
parent | 156153409f24bdb786541461ac620dce9838d2fe (diff) |
Small textual change in the Ch5 lockin Glibc page for /lib/ld.so.1 provided by Anderson Lizardo.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2776 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/lockingglibc.xml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/chapter05/lockingglibc.xml b/chapter05/lockingglibc.xml index 43b2ea888..a8bee36e8 100644 --- a/chapter05/lockingglibc.xml +++ b/chapter05/lockingglibc.xml @@ -32,9 +32,10 @@ sed -e 's@/lib/ld.so.1@/tools/lib/ld.so.1@g' \ mv tempspecfile $SPECFILE unset SPECFILE</userinput></screen></para> -<para>We recommend that you cut-and-paste the above rather than try and type -it all in. Or you can edit the specs file by hand if you want to: just replace -"/lib/ld-linux.so.2" with "/tools/lib/ld-linux.so.2".</para> +<para>We recommend that you cut-and-paste the above rather than try and type it +all in. Or you can edit the specs file by hand if you want to: just replace +"/lib/ld-linux.so.2" with "/tools/lib/ld-linux.so.2" and "/lib/ld.so.1" with +"/tools/lib/ld.so.1".</para> <para>Lastly, there is a possibility that some include files from the host system have found their way into gcc's private include dir. This can happen |