Ignore:
Timestamp:
02/03/2021 08:02:01 AM (3 years ago)
Author:
Thomas Trepl <thomas@…>
Branches:
multilib-10.1
Children:
4bda698
Parents:
5e06d04
Message:

Merge changes from trunk to multilib

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/multilib@12118 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/binutils-pass2.xml

    r5e06d04 rf695e02  
    102102<screen><userinput remap="make">make</userinput></screen>
    103103
    104     <para>Install the package:</para>
     104    <para>Install the package, and
     105    workaround an issue causing
     106    <filename class="libraryfile">libctf.so</filename>
     107    to link against zlib from the host distribution:</para>
    105108
    106 <screen><userinput remap="install">make DESTDIR=$LFS install</userinput></screen>
     109<screen><userinput remap="install">make DESTDIR=$LFS install
     110install -vm755 libctf/.libs/libctf.so.0.0.0 $LFS/usr/lib</userinput></screen>
     111
     112    <para>
     113      Workaround an issue causing
     114      <filename class="libraryfile">libctf.so</filename>
     115      to link against zlib from the host distribution:
     116    </para>
     117
     118<screen><userinput remap="install">install -vm755 libctf/.libs/libctf.so.0.0.0 $LFS/usr/lib</userinput></screen>
    107119
    108120  </sect2>
Note: See TracChangeset for help on using the changeset viewer.