From cd152f22770796527d3203b4b0b85abef43e018f Mon Sep 17 00:00:00 2001 From: Xi Ruoyao Date: Wed, 3 Feb 2021 09:25:21 +0000 Subject: remove unneeded static libraries git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12122 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter08/revisedchroot.xml | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'chapter08/revisedchroot.xml') diff --git a/chapter08/revisedchroot.xml b/chapter08/revisedchroot.xml index 725c76170..3a2defb07 100644 --- a/chapter08/revisedchroot.xml +++ b/chapter08/revisedchroot.xml @@ -36,19 +36,6 @@ chroot "$LFS" /usr/bin/env -i \ linkend="ch-tools-bindmount"/> and . - 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: - -rm -f /usr/lib/lib{bfd,opcodes}.a -rm -f /usr/lib/libctf{,-nobfd}.a -rm -f /usr/lib/libbz2.a -rm -f /usr/lib/lib{com_err,e2p,ext2fs,ss}.a -rm -f /usr/lib/libltdl.a -rm -f /usr/lib/libfl.a -rm -f /usr/lib/libz.a - There are also several files installed in the /usr/lib and /usr/libexec directories with a file name extension of .la. These are "libtool archive" files. As already said, they are only useful when linking with static -- cgit v1.2.3-54-g00ecf