aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/bash.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter06/bash.xml')
-rw-r--r--chapter06/bash.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/chapter06/bash.xml b/chapter06/bash.xml
index 2dd8d81ea..3e65cb5ee 100644
--- a/chapter06/bash.xml
+++ b/chapter06/bash.xml
@@ -33,6 +33,11 @@ sometimes will only show 33 characters on a line and then wraps to the next line
<screen><userinput>patch -Np1 -i ../bash-&bash-version;-fixes-1.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-&bash-version;-avoid_WCONTINUED-1.patch</userinput></screen>
+
<para>Prepare Bash for compilation:</para>
<screen><userinput>./configure --prefix=/usr --bindir=/bin \