diff options
author | Jeremy Huntwork <jhuntwork@linuxfromscratch.org> | 2005-12-11 21:53:46 +0000 |
---|---|---|
committer | Jeremy Huntwork <jhuntwork@linuxfromscratch.org> | 2005-12-11 21:53:46 +0000 |
commit | 2c75e3ced6f73948fedc2cae3bbe8df8abe71a40 (patch) | |
tree | 05e304b0fcb5c92c6564116135fdf956ee316715 /chapter06/bash.xml | |
parent | 24755341b7c56231f48c248cee03276d5a947016 (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 'chapter06/bash.xml')
-rw-r--r-- | chapter06/bash.xml | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/chapter06/bash.xml b/chapter06/bash.xml index 0f49320c6..3010805b7 100644 --- a/chapter06/bash.xml +++ b/chapter06/bash.xml @@ -35,16 +35,6 @@ documentation, issue the following commands:</para> sed -i "s|htmldir = @htmldir@|htmldir = /usr/share/doc/bash-&bash-version;|" \ Makefile.in</userinput></screen> -<para>The following patch fixes various issues, including a problem where Bash -will sometimes only show 33 characters on a line, then wrap to the next:</para> - -<screen><userinput>patch -Np1 -i ../&bash-fixes-patch;</userinput></screen> - -<para>Bash also has issues when compiled against newer versions of Glibc. The -following patch resolves this problem:</para> - -<screen><userinput>patch -Np1 -i ../&bash-avoid_WCONTINUED-patch;</userinput></screen> - <para>Prepare Bash for compilation:</para> <screen><userinput>./configure --prefix=/usr --bindir=/bin \ |