From c42320cbb21c05c976888510f5db1d9843cc7eda Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Tue, 20 Apr 2010 20:00:41 +0000 Subject: Add latest upstream patches for Bash. Fixes #2620. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9246 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/bash.xml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'chapter05') diff --git a/chapter05/bash.xml b/chapter05/bash.xml index 10dd9988d..3c25487f7 100644 --- a/chapter05/bash.xml +++ b/chapter05/bash.xml @@ -43,6 +43,10 @@ Installation of Bash + Apply a patch that fixes several bugs reported and fixed by the upstream Bash maintainer: + +patch -Np1 -i ../&bash-fixes-patch; + Prepare Bash for compilation: ./configure --prefix=/tools --without-bash-malloc -- cgit v1.2.3-54-g00ecf