diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2011-03-14 22:06:41 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2011-03-14 22:06:41 +0000 |
commit | c7997ec2144df8c58dfa224faa7a54a572dc4793 (patch) | |
tree | 9add68363699487b571596ae181945407f3c5d0a /chapter06 | |
parent | 194aae07e8c317a14c449698734e0f0ebd5cfe38 (diff) |
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
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/bash.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chapter06/bash.xml b/chapter06/bash.xml index bbd645adf..1e92190da 100644 --- a/chapter06/bash.xml +++ b/chapter06/bash.xml @@ -40,6 +40,11 @@ <sect2 role="installation"> <title>Installation of Bash</title> + <para>First, apply the following patch to fix various bugs that have been + addressed upstream:</para> + +<screen><userinput remap="pre">patch -Np1 -i ../&bash-fixes-patch;</userinput></screen> + <para>Prepare Bash for compilation:</para> <screen><userinput remap="configure">./configure --prefix=/usr --bindir=/bin \ |