From c0ad0ec4ad231d7d4d13e673db729393c0ada18d Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Sun, 14 Aug 2011 22:33:55 +0000 Subject: 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 --- chapter06/glibc.xml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'chapter06/glibc.xml') 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 sed -i 's|@BASH@|/bin/bash|' elf/ldd.bash.in + Fix a couple of bugs in Glibc that can cause crashes and core dumps: + +patch -Np1 -i ../&glibc-fixes-patch; + Fix a bug that prevents Glibc from building with GCC-&gcc-version;: patch -Np1 -i ../&glibc-gcc_fix-patch; -- cgit v1.2.3-54-g00ecf