diff options
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/bash.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chapter05/bash.xml b/chapter05/bash.xml index 18a399aee..7b741aef9 100644 --- a/chapter05/bash.xml +++ b/chapter05/bash.xml @@ -27,6 +27,11 @@ <sect2 role="installation"> <title>Installation of Bash</title> +<para>Bash has a problem when compiled against newer versions of glibc, causing +it to hang inappropriately. This patch fixes the problem:</para> + +<screen><userinput>patch -Np1 -i ../bash-&bash-version;-avoid_WCONTINUED-1.patch</userinput></screen> + <para>Prepare Bash for compilation:</para> <screen><userinput>./configure --prefix=/tools --without-bash-malloc</userinput></screen> |