aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/bash.xml
diff options
context:
space:
mode:
authorJeremy Huntwork <jhuntwork@linuxfromscratch.org>2005-12-11 21:53:46 +0000
committerJeremy Huntwork <jhuntwork@linuxfromscratch.org>2005-12-11 21:53:46 +0000
commit2c75e3ced6f73948fedc2cae3bbe8df8abe71a40 (patch)
tree05e304b0fcb5c92c6564116135fdf956ee316715 /chapter05/bash.xml
parent24755341b7c56231f48c248cee03276d5a947016 (diff)
Upgrade to readline-5.1. Also bash removed bash-3.0 and readline-5.0 specific patches.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7211 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/bash.xml')
-rw-r--r--chapter05/bash.xml5
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>