diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2014-10-30 01:11:15 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2014-10-30 01:11:15 +0000 |
commit | 48a987b4204cf5c5a1686e40b51bbdd014d834ee (patch) | |
tree | d17cebdc1f1af9c1db5f2f8c8c54ef5c3ba6b2e4 /chapter06 | |
parent | 93fa97d5a8cd40a7047e58b6f8782669d96b4006 (diff) |
Update to libtool-2.4.3.
Update to eudev-2.1.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10785 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/autoconf.xml | 3 | ||||
-rw-r--r-- | chapter06/libtool.xml | 3 |
2 files changed, 5 insertions, 1 deletions
diff --git a/chapter06/autoconf.xml b/chapter06/autoconf.xml index 97fc0daa6..8f445f4fe 100644 --- a/chapter06/autoconf.xml +++ b/chapter06/autoconf.xml @@ -55,7 +55,8 @@ <para>This takes a long time, about 4.7 SBUs. In addition, 6 tests are skipped that use Automake. For full test coverage, Autoconf can be re-tested - after Automake has been installed.</para> + after Automake has been installed. In addition, one test fails due to + changes in libtool-2.4.3 and later.</para> <para>Install the package:</para> diff --git a/chapter06/libtool.xml b/chapter06/libtool.xml index 2bbe70945..5271dd5be 100644 --- a/chapter06/libtool.xml +++ b/chapter06/libtool.xml @@ -54,6 +54,9 @@ <screen><userinput remap="test">make check</userinput></screen> + <para>Five tests are known to fail in the LFS build envronment, + but all tests pass if rechecked after Chapter 6 is complete.</para> + <para>Install the package:</para> <screen><userinput remap="install">make install</userinput></screen> |