diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2018-09-20 17:02:36 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2018-09-20 17:02:36 +0000 |
commit | 6c672426f85596f90903645f78d510d52f2846a5 (patch) | |
tree | 5ac575573b45c393a3f7fa97682a3821f0e7a4e6 /chapter06/e2fsprogs.xml | |
parent | 9a7684765c7ae30bfdfc5a9c5ad4feb2ecc92517 (diff) |
Clean up of unneeded symbolic links.
Reordered packages so version specific packages are
built as late as possible in Chapter 6. Now building
util-linux in Chapter 5 is unneeded and has been removed.
Update to eudev-3.2.6.
Update to elfutils-0.174 (libelf).
Update to psmisc-23.2.
Update to openssl-1.1.1.
Update to linux-4.18.9.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11472 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/e2fsprogs.xml')
-rw-r--r-- | chapter06/e2fsprogs.xml | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/chapter06/e2fsprogs.xml b/chapter06/e2fsprogs.xml index 6b935a265..76bb1db15 100644 --- a/chapter06/e2fsprogs.xml +++ b/chapter06/e2fsprogs.xml @@ -117,13 +117,17 @@ PKG_CONFIG_PATH=/tools/lib/pkgconfig \ <para>Compile the package:</para> <screen><userinput remap="make">make</userinput></screen> - +<!-- <para>To set up and run the test suite we need to first link some libraries from /tools/lib to a location where the test programs look. To run the tests, issue:</para> +--> + + <para>To run the tests, issue:</para> -<screen><userinput remap="test">ln -sfv /tools/lib/lib{blk,uu}id.so.1 lib -make LD_LIBRARY_PATH=/tools/lib check</userinput></screen> +<screen><userinput remap="test">make check</userinput></screen> +<!--ln -sfv /tools/lib/lib{blk,uu}id.so.1 lib --> +<!--make LD_LIBRARY_PATH=/tools/lib check</userinput></screen>--> <para>One of the E2fsprogs tests will attempt to allocate 256 MB of memory. If you do not have significantly more RAM than this, be sure to enable |