Changeset 2e50049


Ignore:
Timestamp:
May 28, 2014, 7:10:06 PM (10 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
clfs-3.0.0-systemd, master, systemd
Children:
886080c
Parents:
39c0cd7
Message:

Seds for lib32 and li64 path are no longer used in hints. The scripts use plibpth now and are rewwritten.

Location:
BOOK/final-system/multilib
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/multilib/perl-64bit.xml

    r39c0cd7 r2e50049  
    3636
    3737<screen os="mp2"><userinput>patch -Np1 -i ../&perl-multilib-patch;</userinput></screen>
    38 
    39     <para os="s1">There is a further (possibly cosmetic) anomaly - if we
    40     install Perl and then run <command>perl -V</command> it will claim that
    41     libc is in <filename class="directory">/lib</filename>.  The
    42     following sed fixes this, but only takes effect when
    43     <command>make install</command> is run:</para>
    44 
    45 <screen os="s2"><userinput>sed -i "/libc/s@/lib@/lib64@" hints/linux.sh</userinput></screen>
    46 
    47     <para os="m2">We still need to tell Perl to actually use <filename class="directory">lib64</filename>:</para>
    48 
    49 <screen os="m3"><userinput>echo 'installstyle="lib64/perl5"' &gt;&gt; hints/linux.sh</userinput></screen>
    5038
    5139    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
  • BOOK/final-system/multilib/perl-n32.xml

    r39c0cd7 r2e50049  
    3939    href="perl-64bit.xml"
    4040    xpointer="xpointer(//*[@os='mp2'])"/>
    41 
    42     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    43     href="perl-64bit.xml"
    44     xpointer="xpointer(//*[@os='s1'])"/>
    45 
    46 <screen os="s2"><userinput>sed -i "/libc/s@/lib@/lib32@" hints/linux.sh</userinput></screen>
    47 
    48     <para os="m2">We still need to tell perl to actually use lib32:</para>
    49 
    50 <screen os="m3"><userinput>echo 'installstyle="lib32/perl5"' &gt;&gt; hints/linux.sh</userinput></screen>
    5141
    5242    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note: See TracChangeset for help on using the changeset viewer.