aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorKrejzi <krejzi@linuxfromscratch.org>2014-08-20 19:00:50 +0000
committerKrejzi <krejzi@linuxfromscratch.org>2014-08-20 19:00:50 +0000
commit077d1b4d000cb2e69010ba095a7d936a4afe14c2 (patch)
treec2015b457abb424a05336ddd735698ba1866b4e2 /chapter06
parente8d633c1a2551bee21dfe1f785786d7c22a91c93 (diff)
Bump date, fix build.
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd/BOOK@10701 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/gcc.xml4
-rw-r--r--chapter06/util-linux.xml3
2 files changed, 3 insertions, 4 deletions
diff --git a/chapter06/gcc.xml b/chapter06/gcc.xml
index 8dc997b01..f34c028d2 100644
--- a/chapter06/gcc.xml
+++ b/chapter06/gcc.xml
@@ -72,10 +72,6 @@ cd ../gcc-build</userinput></screen>
<screen><userinput remap="configure">SED=sed \
../gcc-&gcc-version;/configure \
--prefix=/usr \
- --enable-shared \
- --enable-threads=posix \
- --enable-__cxa_atexit \
- --enable-clocale=gnu \
--enable-languages=c,c++ \
--disable-multilib \
--disable-bootstrap \
diff --git a/chapter06/util-linux.xml b/chapter06/util-linux.xml
index dbcea0791..48193f935 100644
--- a/chapter06/util-linux.xml
+++ b/chapter06/util-linux.xml
@@ -79,6 +79,9 @@
<screen><userinput remap="test">chown -Rv nobody .
su nobody -s /bin/bash -c "PATH=$PATH make -k check"</userinput></screen>
+ <note><para>One test above, tests/ts/ipcs/limits2, will fail when the host
+ is using a recent kernel. The failure can safely be ignored.</para></note>
+
<para>Install the package:</para>
<screen><userinput remap="install">make install</userinput></screen>