aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/glibc.xml
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2009-05-23 09:21:29 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2009-05-23 09:21:29 +0000
commit9d2b364218105deaa1986f9bf03f11a0b2239505 (patch)
treef5c20f8b0f7d3dd9910c4338d09d3a8dadbb0c96 /chapter06/glibc.xml
parentc63288cafe7338c29582015031947133331cd92a (diff)
Upgrade to Glibc-2.10.1. Fixes #2401.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8898 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/glibc.xml')
-rw-r--r--chapter06/glibc.xml5
1 files changed, 0 insertions, 5 deletions
diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml
index 94d69b021..4dc69b9a7 100644
--- a/chapter06/glibc.xml
+++ b/chapter06/glibc.xml
@@ -90,11 +90,6 @@ sed -i &quot;s|libs -o|libs -L/usr/lib -Wl,-dynamic-linker=$DL -o|&quot; \
scripts/test-installation.pl
unset DL</userinput></screen>
- <para>First apply a patch which corrects a failure in the test suite:</para>
-
-<screen><userinput remap="pre">patch -Np1 -i ../&glibc-ildoubl-test-fix-patch;</userinput></screen>
-
-
<para>The <command>ldd</command> shell script contains Bash-specific
syntax. Change its default program interpreter to <command>/bin/bash</command>
in case another <command>/bin/sh</command> is installed as described in the