diff options
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/bash.xml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/chapter05/bash.xml b/chapter05/bash.xml index a7f42de9c..c8b72eae0 100644 --- a/chapter05/bash.xml +++ b/chapter05/bash.xml @@ -28,11 +28,6 @@ <title>Installation of Bash</title> <!-- Edit Me --> -<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-avoid_WCONTINUED-patch;</userinput></screen> - <para>Prepare Bash for compilation:</para> <screen><userinput>./configure --prefix=/tools --without-bash-malloc</userinput></screen> |