Ignore:
Timestamp:
May 29, 2014, 6:49:53 AM (10 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
clfs-3.0.0-systemd, master, systemd
Children:
b3458f8
Parents:
dbb297aa
Message:

Add command to multilib perl n32 and 64bit to properly set installstyle variable to use from the applied multilib patch.

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

Legend:

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

    rdbb297aa rf626fce  
    3636
    3737<screen os="mp2"><userinput>patch -Np1 -i ../&perl-multilib-patch;</userinput></screen>
     38
     39    <para os="m2">We still need to tell Perl to actually use
     40    <filename class="directory">lib64</filename>:</para>
     41
     42<screen os="m3"><userinput>echo 'installstyle="lib64/perl5"' &gt;&gt; hints/linux.sh</userinput></screen>
    3843
    3944    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
  • BOOK/final-system/multilib/perl-n32.xml

    rdbb297aa rf626fce  
    3939    href="perl-64bit.xml"
    4040    xpointer="xpointer(//*[@os='mp2'])"/>
     41
     42    <para os="m2">We still need to tell perl to actually use
     43    <filename class="directory">lib32</filename>:</para>
     44
     45<screen os="m3"><userinput>echo 'installstyle="lib32/perl5"' &gt;&gt; hints/linux.sh</userinput></screen>
    4146
    4247    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note: See TracChangeset for help on using the changeset viewer.