aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2016-08-23 01:59:34 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2016-08-23 01:59:34 +0000
commitf5451ce61c4ba5df9f0dfbf1b3f6d2875e62b376 (patch)
tree4ae81e3120d828c0cf4a59ad8f9cc9f4dc0f52a5 /chapter06
parent7bed03180e6a7ca02a5fa374773ce5679b5dc17f (diff)
Update to diffutils-3.5.
Update to linux-4.7.1.tar.xz. Update to gcc-6.2.0.tar.bz2. Tweak second sed for sysklogd. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11109 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/gcc.xml4
-rw-r--r--chapter06/sysklogd.xml2
2 files changed, 3 insertions, 3 deletions
diff --git a/chapter06/gcc.xml b/chapter06/gcc.xml
index e7b735914..fe997becf 100644
--- a/chapter06/gcc.xml
+++ b/chapter06/gcc.xml
@@ -40,11 +40,11 @@
<sect2 role="installation">
<title>Installation of GCC</title>
-
+<!--
<para>First fix a problem identified upstream:</para>
<screen><userinput remap="pre">patch -Np1 -i ../gcc-6.1.0-asan-1.patch</userinput></screen>
-
+-->
<para>The GCC documentation recommends building GCC in a dedicated build directory:</para>
<screen><userinput remap="pre">mkdir -v build
diff --git a/chapter06/sysklogd.xml b/chapter06/sysklogd.xml
index 4d866a729..ec70ca23f 100644
--- a/chapter06/sysklogd.xml
+++ b/chapter06/sysklogd.xml
@@ -45,7 +45,7 @@
some conditions in klogd and fix an obsolete program construct:</para>
<screen><userinput remap="pre">sed -i '/Error loading kernel symbols/{n;n;d}' ksym_mod.c
-sed -i 's/union wait/int*/' syslogd.c
+sed -i 's/union wait/int/' syslogd.c
</userinput></screen>
<para>Compile the package:</para>