git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6680 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Matthew Burgess 2005-08-14 12:36:40 +00:00
parent 062501ff24
commit 44f3e016ce

View File

@ -41,7 +41,7 @@ the method suggested in this book puts the stability of the system at
risk.</para> risk.</para>
<para>Glibc has two tests which fail when the running kernel is 2.6.11 or later. <para>Glibc has two tests which fail when the running kernel is 2.6.11 or later.
The problem has been determined to be with the tests themselves, not with the C libarary or the kernel. If you plan to run the testsuite apply this patch:</para> The problem has been determined to be with the tests themselves, not with the C library or the kernel. If you plan to run the testsuite apply this patch:</para>
<screen><userinput>patch -Np1 -i ../&glibc-testfix-patch;</userinput></screen> <screen><userinput>patch -Np1 -i ../&glibc-testfix-patch;</userinput></screen>