From 740ace609ff31844a7454a37d124b46223b77d8c Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Sun, 6 May 2012 09:59:44 +0000 Subject: Add back a patch for Glibc that prevents various BLFS programs, including aplay, from segfaulting. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9843 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/glibc.xml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'chapter06/glibc.xml') diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml index 1c0609eaa..984c7dcea 100644 --- a/chapter06/glibc.xml +++ b/chapter06/glibc.xml @@ -100,6 +100,9 @@ unset DL sed -i 's|@BASH@|/bin/bash|' elf/ldd.bash.in + Fix a bug that causes several BLFS packages to segfault: +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