diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2009-03-11 21:32:08 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2009-03-11 21:32:08 +0000 |
commit | 4b9f1e4c6417e285ffd10123f0f3494a463e5790 (patch) | |
tree | ad3b13dc0972e2cab718a63f4bf5224e2c20e494 /chapter06 | |
parent | 8d72f1f91901e0d344e126aa5a5f47c609d5d332 (diff) |
Upgrade to Glibc-2.9. Fixes #2354.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8823 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/glibc.xml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml index 3aaa0f9d1..9271af6d9 100644 --- a/chapter06/glibc.xml +++ b/chapter06/glibc.xml @@ -90,11 +90,9 @@ sed -i "s|libs -o|libs -L/usr/lib -Wl,-dynamic-linker=$DL -o|" \ scripts/test-installation.pl unset DL</userinput></screen> --> - <para>First apply two patches which correct failures in the test - suite:</para> + <para>First apply a patch which corrects a failure in the test suite:</para> -<screen><userinput remap="pre">patch -Np1 -i ../&glibc-iconv-test-fixes-patch; -patch -Np1 -i ../&glibc-ildoubl-test-fix-patch;</userinput></screen> +<screen><userinput remap="pre">patch -Np1 -i ../&glibc-ildoubl-test-fix-patch;</userinput></screen> <para>The <command>ldd</command> shell script contains Bash-specific |