From 92c948920f7ab58e08c5b9375e2f290b823c11eb Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Tue, 19 Dec 2017 19:59:24 +0000 Subject: Update tar-1.30. Update meson-0.44.0. Update to systemd-236. Update to linux-4.14.6. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11336 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/revisedchroot.xml | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) (limited to 'chapter06/revisedchroot.xml') diff --git a/chapter06/revisedchroot.xml b/chapter06/revisedchroot.xml index 6edd0e524..8b5582f31 100644 --- a/chapter06/revisedchroot.xml +++ b/chapter06/revisedchroot.xml @@ -42,7 +42,7 @@ linkend="ch-system-bindmount"/> and . - Finally, there were several static libraries that were not suppressed earlier + There were several static libraries that were not suppressed earlier in the chapter in order to satisfy the regression tests in several packages. These libraries are from binutils, bzip2, e2fsprogs, flex, libtool, and zlib. If desired, remove them now: @@ -55,4 +55,19 @@ rm -f /usr/lib/libfl.a rm -f /usr/lib/libfl_pic.a rm -f /usr/lib/libz.a + There are also several files installed in the /usr/lib directory with a + file name extention of .la. These are "libtool archive" files and generally + unneeded on a linux system. None of these are necessary at this point. To + remove them, run: + +find /usr/lib -name \*.la -delete + + For more information about libtool archive files, see the BLFS section "About Libtool + Archive (.la) files". + + + + + -- cgit v1.2.3-54-g00ecf