diff options
Diffstat (limited to 'chapter06/revisedchroot.xml')
-rw-r--r-- | chapter06/revisedchroot.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/chapter06/revisedchroot.xml b/chapter06/revisedchroot.xml index 40c69c6be..cd9dfb22f 100644 --- a/chapter06/revisedchroot.xml +++ b/chapter06/revisedchroot.xml @@ -43,15 +43,14 @@ <para>Finally, there 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 -f /usr/lib/lib{bfd,opcodes}.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</userinput></screen> -<!-- Flex shared library is broken. Keep static until next flex release. --> - </sect1> |