diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2010-12-14 22:39:53 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2010-12-14 22:39:53 +0000 |
commit | 3ab0c462e59263d1c5e10d920d9838e72fb9eb4b (patch) | |
tree | 210a9f280ac92e5699dda301235279d22b5dc1b1 /chapter06/glibc.xml | |
parent | 27b291a919f9a0e917551df63301c8231fc9b3da (diff) |
Upgrade to Glibc-2.12.2. Fixes #2804.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9427 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/glibc.xml')
-rw-r--r-- | chapter06/glibc.xml | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml index b727ee98f..693d0d993 100644 --- a/chapter06/glibc.xml +++ b/chapter06/glibc.xml @@ -96,16 +96,6 @@ unset DL</userinput></screen> <screen><userinput remap="pre">patch -Np1 -i ../&glibc-gcc_fix-patch;</userinput></screen> - <para>Fix a bug that prevents Glibc from building with versions of Make - newer than 3.81.</para> - -<screen><userinput remap="pre">patch -Np1 -i ../&glibc-makefile_fix-patch;</userinput></screen> - - <para>Apply 2 patches that fix security vulnerabilities in this version of Glibc:</para> - -<screen><userinput remap="pre">patch -Np1 -i ../&glibc-ldaudit-patch; -patch -Np1 -i ../&glibc-origin-patch;</userinput></screen> - <para>The Glibc documentation recommends building Glibc outside of the source directory in a dedicated build directory:</para> |