aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorJeremy Utley <jeremy@linuxfromscratch.org>2004-10-15 03:08:36 +0000
committerJeremy Utley <jeremy@linuxfromscratch.org>2004-10-15 03:08:36 +0000
commitcd0f51912650a68813b013e75471b27f1ff43ffd (patch)
tree869b614309b9187f5ca9a0bdf6a617e5981024db /chapter06
parent12043d221f954d6cace8059a0b2075f6c32b36a5 (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 'chapter06')
-rw-r--r--chapter06/bash.xml5
-rw-r--r--chapter06/util-linux.xml6
2 files changed, 5 insertions, 6 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 \
diff --git a/chapter06/util-linux.xml b/chapter06/util-linux.xml
index 4c1ecf2db..37ca200d9 100644
--- a/chapter06/util-linux.xml
+++ b/chapter06/util-linux.xml
@@ -43,12 +43,6 @@ mkdir -p /var/lib/hwclock</userinput></screen>
<sect2 role="installation">
<title>Installation of Util-linux</title>
-<para>GCC-&gcc-version; miscompiles <command>sfdisk</command> if the
-default optimisation level is used. The following patch prevents the
-problematic optimisation pass from being used.</para>
-
-<screen><userinput>patch -Np1 -i ../util-linux-&util-linux-version;-sfdisk-2.patch</userinput></screen>
-
<para>Prepare Util-linux for compilation:</para>
<screen><userinput>./configure</userinput></screen>