diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2010-05-29 10:39:54 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2010-05-29 10:39:54 +0000 |
commit | ba502c96ee7895982e6bc87d9ef277b532a2d5db (patch) | |
tree | 6e8b7961f354034a9c86e30c3f187940ee889cf4 /chapter06 | |
parent | 217a91bd743f97a64e837519879032c97c69a43c (diff) |
Upgrade to Glibc-2.11.2. Fixes #2669.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9292 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/make.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chapter06/make.xml b/chapter06/make.xml index 461eab8d4..030297684 100644 --- a/chapter06/make.xml +++ b/chapter06/make.xml @@ -45,6 +45,11 @@ <screen><userinput remap="pre">patch -Np1 -i ../&make-upstream_fixes-patch;</userinput></screen> + <para>Now, fix a known issue with the test suite that causes one of the + tests to fail:</para> + +<screen><userinput remap="pre">sed -i -e 's/-j/ -j/' tests/scripts/features/recursion</userinput></screen> + <para>Prepare Make for compilation:</para> <screen><userinput remap="configure">./configure --prefix=/usr</userinput></screen> |