Changeset 3508ede


Ignore:
Timestamp:
May 19, 2007, 10:11:27 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:
6619a8c
Parents:
5996e571
Message:

Add a patch to perl that fixes a issue with GCC 4.2.0

Files:
1 added
8 edited

Legend:

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

    r5996e571 r3508ede  
    2525  <sect2 role="installation">
    2626    <title>Installation of Perl</title>
     27
     28    <para os="p1">The following patch causes makedepend.sh to also remove
     29    <literal>&lt;command-line&gt;</literal> as well as
     30    <literal>&lt;command line&gt;</literal>:</para>
     31
     32<screen os="p2"><userinput>patch -Np1 -i ../&perl-gcc42_fix-patch;</userinput></screen>
    2733
    2834    <para os="s1">The following sed causes <filename>DynaLoader.a</filename>
  • BOOK/final-system/common/temp-perl.xml

    r5996e571 r3508ede  
    2222  <sect2 role="installation">
    2323    <title>Installation of Perl</title>
     24
     25    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     26    href="../common/perl.xml"
     27    xpointer="xpointer(//*[@os='p1'])"/>
     28
     29    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     30    href="../common/perl.xml"
     31    xpointer="xpointer(//*[@os='p2'])"/>
    2432
    2533    <para os="a">First adapt some hard-wired paths to the C library by applying
  • BOOK/final-system/multilib/perl-64bit.xml

    r5996e571 r3508ede  
    2121  <sect2 role="installation">
    2222    <title>Installation of Perl</title>
     23
     24    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     25    href="../common/perl.xml"
     26    xpointer="xpointer(//*[@os='p1'])"/>
     27
     28    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     29    href="../common/perl.xml"
     30    xpointer="xpointer(//*[@os='p2'])"/>
    2331
    2432    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/final-system/multilib/perl-n32.xml

    r5996e571 r3508ede  
    2222  <sect2 role="installation">
    2323    <title>Installation of Perl</title>
     24
     25    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     26    href="../common/perl.xml"
     27    xpointer="xpointer(//*[@os='p1'])"/>
     28
     29    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     30    href="../common/perl.xml"
     31    xpointer="xpointer(//*[@os='p2'])"/>
    2432
    2533    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/final-system/multilib/perl.xml

    r5996e571 r3508ede  
    2222  <sect2 role="installation">
    2323    <title>Installation of Perl</title>
     24
     25    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     26    href="../common/perl.xml"
     27    xpointer="xpointer(//*[@os='p1'])"/>
     28
     29    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     30    href="../common/perl.xml"
     31    xpointer="xpointer(//*[@os='p2'])"/>
    2432
    2533    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/introduction/common/changelog.xml

    r5996e571 r3508ede  
    3636    </listitem>
    3737-->
     38
     39    <listitem>
     40      <para>May 19, 2007</para>
     41      <itemizedlist>
     42        <listitem>
     43          <para>[jciccone] - Added a patch to Perl that accounts for a change
     44          in GCC 4.2.0. The patch causes makedepend.sh to also remove
     45          <literal>&lt;command-line&gt;</literal> as well as
     46          <literal>&lt;command line&gt;</literal>.</para>
     47        </listitem>
     48      </itemizedlist>
     49    </listitem>
    3850
    3951    <listitem>
  • BOOK/materials/common/patches.xml

    r5996e571 r3508ede  
    173173
    174174    <varlistentry>
     175      <term>Perl GCC 4.2.0 Fix Patch - <token>&perl-gcc42_fix-patch-size;</token>:</term>
     176      <listitem>
     177        <para>Download: <ulink
     178        url="&patches-root;&perl-gcc42_fix-patch;"/></para>
     179        <para>MD5 sum: <literal>&perl-gcc42_fix-patch-md5;</literal></para>
     180      </listitem>
     181    </varlistentry>
     182
     183    <varlistentry>
    175184      <term>Perl Libc Patch - <token>&perl-libc-patch-size;</token>:</term>
    176185      <listitem>
  • BOOK/patches.ent

    r5996e571 r3508ede  
    7373<!ENTITY ncurses-bashfix-patch-size "4 KB">
    7474
     75<!ENTITY perl-gcc42_fix-patch "perl-&perl-version;-gcc42_fix-1.patch">
     76<!ENTITY perl-gcc42_fix-patch-md5 "cd84d28231ea7f23d7e619d9304cc741">
     77<!ENTITY perl-gcc42_fix-patch-size "4 KB">
     78
    7579<!ENTITY perl-libc-patch "perl-&perl-version;-libc-2.patch">
    7680<!ENTITY perl-libc-patch-md5 "3bf8aef1fb6eb6110405e699e4141f99">
Note: See TracChangeset for help on using the changeset viewer.