From c7997ec2144df8c58dfa224faa7a54a572dc4793 Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Mon, 14 Mar 2011 22:06:41 +0000 Subject: Add latest upstream patches for Bash-4.2. Fixes #2841. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9486 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/bash.xml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'chapter05') diff --git a/chapter05/bash.xml b/chapter05/bash.xml index 700e266d2..db5d5b4d7 100644 --- a/chapter05/bash.xml +++ b/chapter05/bash.xml @@ -43,6 +43,11 @@ Installation of Bash + First, apply the following patch to fix various bugs that have been + addressed upstream: + +patch -Np1 -i ../&bash-fixes-patch; + Prepare Bash for compilation: ./configure --prefix=/tools --without-bash-malloc -- cgit v1.2.3-54-g00ecf