diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2015-03-16 15:09:00 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2015-03-16 15:09:00 +0000 |
commit | ee3b7cbf0dd38691ba37a88409005760ee7449e8 (patch) | |
tree | fca529a1cffbf560b496dff42c8f8beb01bdfe08 /chapter06/revisedchroot.xml | |
parent | 8f7d07eb583c8539fcce90708e93c1367914d6fb (diff) |
Tweak static lib issues
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10882 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/revisedchroot.xml')
-rw-r--r-- | chapter06/revisedchroot.xml | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/chapter06/revisedchroot.xml b/chapter06/revisedchroot.xml index d2980f76a..32a86a251 100644 --- a/chapter06/revisedchroot.xml +++ b/chapter06/revisedchroot.xml @@ -43,14 +43,16 @@ <para>Finally, thre were several static libraries that were not supressed 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, + libraries are from binutils, bzip2, e2fsprogs, <!--flex,--> libtool, and zlib. If desired, remove them now:</para> <screen><userinput>rm /usr/lib/lib{bfd,opcodes}.a rm /usr/lib/libbz2.a rm /usr/lib/lib{com_err,e2p,ext2fs,ss}.a -rm /usr/lib/lib{fl,fl_pic}.a -rm /usr/lib/libltdl.a +<!--rm /usr/lib/lib{fl,fl_pic}.a +-->rm /usr/lib/libltdl.a rm /usr/lib/libz.a</userinput></screen> +<!-- Flex shared library is broken. Keep static until next flex release. --> + </sect1> |