Ignore:
Timestamp:
Jun 28, 2008, 11:25:49 AM (16 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
10de248
Parents:
973b8dd9
Message:

Add a patch to perl that prevents it from including asm/page.h. This resolves ticket 160 and future problems with kernel headers provided by 2.6.25 and forward.

File:
1 edited

Legend:

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

    r973b8dd9 rd10818d  
    3232    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    3333    href="../common/perl.xml"
     34    xpointer="xpointer(//*[@os='p3'])"/>
     35
     36    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     37    href="../common/perl.xml"
     38    xpointer="xpointer(//*[@os='p4'])"/>
     39
     40    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     41    href="../common/perl.xml"
    3442    xpointer="xpointer(//*[@os='s1'])"/>
    3543
     
    3846    xpointer="xpointer(//*[@os='s2'])"/>
    3947
    40     <para os="p3">Perl does not, by default, know about library directories with names other
     48    <para os="mp1">Perl does not, by default, know about library directories with names other
    4149    than lib, The following patch will allow it to install to other directories:</para>
    4250
    43 <screen os="p4"><userinput>patch -Np1 -i ../&perl-multilib-patch;</userinput></screen>
     51<screen os="mp2"><userinput>patch -Np1 -i ../&perl-multilib-patch;</userinput></screen>
    4452
    4553    <para os="s1">There is a further (possibly cosmetic) anomaly - if we install perl and
Note: See TracChangeset for help on using the changeset viewer.