Ignore:
Timestamp:
Jun 28, 2008, 11:25:49 AM (17 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.

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

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/perl.xml

    r973b8dd9 rd10818d  
    3131
    3232<screen os="p2"><userinput>patch -Np1 -i ../&perl-gcc42_fix-patch;</userinput></screen>
     33
     34    <para os="p3">The following patch prevents perl from including asm/page.h
     35    which will no longer be available in headers provided by kernel 2.6.25 and
     36    forward:</para>
     37
     38<screen os="p4"><userinput>patch -Np1 -i ../&perl-no_page_h-patch;</userinput></screen>
    3339
    3440    <para os="s1">The following sed causes <filename>DynaLoader.a</filename>
  • BOOK/final-system/common/temp-perl.xml

    r973b8dd9 rd10818d  
    3030    href="../common/perl.xml"
    3131    xpointer="xpointer(//*[@os='p2'])"/>
     32
     33    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     34    href="../common/perl.xml"
     35    xpointer="xpointer(//*[@os='p3'])"/>
     36
     37    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     38    href="../common/perl.xml"
     39    xpointer="xpointer(//*[@os='p4'])"/>
    3240
    3341    <para os="a">First adapt some hard-wired paths to the C library by applying
Note: See TracChangeset for help on using the changeset viewer.