aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/bash.xml
diff options
context:
space:
mode:
authorKrejzi <krejzi@linuxfromscratch.org>2014-08-21 21:41:22 +0000
committerKrejzi <krejzi@linuxfromscratch.org>2014-08-21 21:41:22 +0000
commitffbb0b63e967fae79a75df0a944ce6224dcf4f36 (patch)
tree2bc55beee87b935e8423606e4f42909d3845b228 /chapter05/bash.xml
parent84ff040a311f9cd13948f4662575289378cc0a0f (diff)
Bump forgotten man-pages version. Update glibc chapter5 build size. Restore upstream fixes patch for chapter 5 bash.
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd/BOOK@10711 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/bash.xml')
-rw-r--r--chapter05/bash.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter05/bash.xml b/chapter05/bash.xml
index 21df197e7..60957b9c1 100644
--- a/chapter05/bash.xml
+++ b/chapter05/bash.xml
@@ -42,12 +42,12 @@
<sect2 role="installation">
<title>Installation of Bash</title>
-<!--
+
<para>First, apply the following patch to fix various bugs that have been
addressed upstream:</para>
<screen><userinput remap="pre">patch -Np1 -i ../&bash-fixes-patch;</userinput></screen>
--->
+
<para>Prepare Bash for compilation:</para>
<screen><userinput remap="configure">./configure --prefix=/tools --without-bash-malloc</userinput></screen>