Revision 12166

chapter06/binutils-pass2.xml

has

    <para>Compile the package:</para>

<screen><userinput remap="make">make</userinput></screen>

    <para>Install the package, and
    workaround an issue causing
    <filename class="libraryfile">libctf.so</filename>
    to link against zlib from the host distribution:</para>

<screen><userinput remap="install">make DESTDIR=$LFS install
install -vm755 libctf/.libs/libctf.so.0.0.0 $LFS/usr/lib</userinput></screen>

    <para>
      Workaround an issue causing
      <filename class="libraryfile">libctf.so</filename>
      to link against zlib from the host distribution:
    </para>

<screen><userinput remap="install">install -vm755
libctf/.libs/libctf.so.0.0.0 $LFS/usr/lib</userinput></screen>

The second <para> and <screen> pair appear to duplicate the first, which is
all the vanilla book has.

Kevin
-- 
http://lists.linuxfromscratch.org/listinfo/lfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to