diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2017-02-08 02:12:23 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2017-02-08 02:12:23 +0000 |
commit | 218ba5f52232454299c95e181213cb7207c95246 (patch) | |
tree | 2f2cd7c9f0fa5ea36bacde04aea57c4da44cf5c7 /chapter06/bash.xml | |
parent | 5d4c24a10a80cde475b0d351fca4b6cbd27b4680 (diff) |
Add bash-4.4 upstream fixes patch
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11177 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/bash.xml')
-rw-r--r-- | chapter06/bash.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chapter06/bash.xml b/chapter06/bash.xml index 8c5896ece..1d1e9fc10 100644 --- a/chapter06/bash.xml +++ b/chapter06/bash.xml @@ -40,6 +40,10 @@ <sect2 role="installation"> <title>Installation of Bash</title> + <para>Incorporate some upstream fixes:</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 \ |