diff options
author | Jeremy Utley <jeremy@linuxfromscratch.org> | 2004-10-15 03:08:36 +0000 |
---|---|---|
committer | Jeremy Utley <jeremy@linuxfromscratch.org> | 2004-10-15 03:08:36 +0000 |
commit | cd0f51912650a68813b013e75471b27f1ff43ffd (patch) | |
tree | 869b614309b9187f5ca9a0bdf6a617e5981024db /chapter05/bash.xml | |
parent | 12043d221f954d6cace8059a0b2075f6c32b36a5 (diff) |
Upgraded to 20041011 glibc snapshot, added bash patch to fix execution problem with new glibc, upgraded to util-linux 2.12h, removed util-linux-sfdisk patch which is no longer necessary.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4289 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/bash.xml')
-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> |