diff options
author | Randy McMurchy <randy@linuxfromscratch.org> | 2008-10-05 16:11:41 +0000 |
---|---|---|
committer | Randy McMurchy <randy@linuxfromscratch.org> | 2008-10-05 16:11:41 +0000 |
commit | 5a25e0a586ae26a4a8c0678dac85f9626385c11d (patch) | |
tree | 4191b529147052f3340dec69635c4f4582b5b974 /chapter05 | |
parent | 6d7b95a812774ed09c5a6d8761866b4888292dc1 (diff) |
Updated Glibc to a 2.8 snapshot taken on 9/29/2008, the tarball of this snapshot includes the libidn data that previously was separately packaged
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8567 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/glibc.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/chapter05/glibc.xml b/chapter05/glibc.xml index 4ef95147f..1919f9850 100644 --- a/chapter05/glibc.xml +++ b/chapter05/glibc.xml @@ -43,6 +43,12 @@ <sect2 role="installation"> <title>Installation of Glibc</title> + <para>Though not mandatory in this chapter, if you plan on running the test + suite, you should apply the following patches:</para> + +<screen><userinput remap="pre">patch -Np1 -i &glibc-iconv-test-fixes-patch; && +patch -Np1 -i &glibc-ildoubl-test-fix-patch;</userinput></screen> + <para>The Glibc documentation recommends building Glibc outside of the source directory in a dedicated build directory:</para> |