diff options
author | Xi Ruoyao <xry111@mengyan1223.wang> | 2021-02-03 09:25:21 +0000 |
---|---|---|
committer | Xi Ruoyao <xry111@mengyan1223.wang> | 2021-02-03 09:25:21 +0000 |
commit | cd152f22770796527d3203b4b0b85abef43e018f (patch) | |
tree | 5b71c74520ae1f2bd8140c6694d88c115e63d054 /chapter08/bzip2.xml | |
parent | 1f460e53b4186579f9ec20622356910580663ab3 (diff) |
remove unneeded static libraries
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12122 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter08/bzip2.xml')
-rw-r--r-- | chapter08/bzip2.xml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/chapter08/bzip2.xml b/chapter08/bzip2.xml index e2ff5108f..bc38c6023 100644 --- a/chapter08/bzip2.xml +++ b/chapter08/bzip2.xml @@ -95,6 +95,10 @@ rm -v /usr/bin/{bunzip2,bzcat,bzip2} ln -sv bzip2 /bin/bunzip2 ln -sv bzip2 /bin/bzcat</userinput></screen> + <para>Remove an useless static library:</para> + +<screen><userinput remap="install">rm -fv /usr/lib/libz.a</userinput></screen> + </sect2> <sect2 id="contents-bzip2" role="content"> @@ -109,7 +113,7 @@ ln -sv bzip2 /bin/bzcat</userinput></screen> <seg>bunzip2 (link to bzip2), bzcat (link to bzip2), bzcmp (link to bzdiff), bzdiff, bzegrep (link to bzgrep), bzfgrep (link to bzgrep), bzgrep, bzip2, bzip2recover, bzless (link to bzmore), and bzmore</seg> - <seg>libbz2.{a,so}</seg> + <seg>libbz2.so</seg> <seg>/usr/share/doc/bzip2-&bzip2-version;</seg> </seglistitem> </segmentedlist> |