aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorArchaic <archaic@linuxfromscratch.org>2005-04-27 23:41:56 +0000
committerArchaic <archaic@linuxfromscratch.org>2005-04-27 23:41:56 +0000
commitc3bb6d8d2ca6c6f70ea32b27242ed8e2e24e8b50 (patch)
treee3b773cc7af2ebb0d5470aee17f6df9e7caa3a09 /chapter06
parent8353ecbf5168a213e1ff2f4cdb863a2c06abca74 (diff)
Added patch to allow glibc testsuite to pass with 2.6.11.x.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@5131 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/glibc.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml
index 05eff9cc4..26bbcbeb8 100644
--- a/chapter06/glibc.xml
+++ b/chapter06/glibc.xml
@@ -51,6 +51,12 @@ within the Glibc source directory:</para>
<screen><userinput>tar -xjvf /sources/glibc-linuxthreads-&glibc-version;.tar.bz2</userinput></screen>
+<para>Glibc has two tests which fail when the running kernel is 2.6.11.x The
+problem has been determined to be with the tests themselves, not with the libc
+nor the kernel. This patch fixes the problem:</para>
+
+<screen><userinput>patch -Np1 -i ../glibc-&glibc-version;-fix_test-1.patch</userinput></screen>
+
<para>The Glibc documentation recommends building Glibc outside of the source
directory in a dedicated build directory:</para>