aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/glibc.xml
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2011-08-14 22:33:55 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2011-08-14 22:33:55 +0000
commitc0ad0ec4ad231d7d4d13e673db729393c0ada18d (patch)
tree3352cebb0c3805a6184e7368d8e089e25de0cc98 /chapter06/glibc.xml
parentf7b8c6d7db725427a24c1b8bf992c612e0f97d0f (diff)
Add a patch to fix a couple of bugs in Glibc-2.14.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9586 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/glibc.xml')
-rw-r--r--chapter06/glibc.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml
index 9745908f5..e920c2ac6 100644
--- a/chapter06/glibc.xml
+++ b/chapter06/glibc.xml
@@ -100,6 +100,10 @@ unset DL</userinput></screen>
<screen><userinput remap="pre">sed -i 's|@BASH@|/bin/bash|' elf/ldd.bash.in</userinput></screen>
+ <para>Fix a couple of bugs in Glibc that can cause crashes and core dumps:</para>
+
+<screen><userinput remap="pre">patch -Np1 -i ../&glibc-fixes-patch;</userinput></screen>
+
<para>Fix a bug that prevents Glibc from building with GCC-&gcc-version;:</para>
<screen><userinput remap="pre">patch -Np1 -i ../&glibc-gcc_fix-patch;</userinput></screen>