diff options
author | Krejzi <krejzi@linuxfromscratch.org> | 2014-08-20 19:00:50 +0000 |
---|---|---|
committer | Krejzi <krejzi@linuxfromscratch.org> | 2014-08-20 19:00:50 +0000 |
commit | 077d1b4d000cb2e69010ba095a7d936a4afe14c2 (patch) | |
tree | c2015b457abb424a05336ddd735698ba1866b4e2 /chapter06 | |
parent | e8d633c1a2551bee21dfe1f785786d7c22a91c93 (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.xml | 4 | ||||
-rw-r--r-- | chapter06/util-linux.xml | 3 |
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> |