Changeset fd77958 for final-system


Ignore:
Timestamp:
Sep 6, 2006, 9:28:33 AM (18 years ago)
Author:
Jim Gifford <clfs@…>
Children:
7b074117
Parents:
c295f58
Message:

Replace Perl FPIC patch with a sed.

Location:
final-system
Files:
4 edited

Legend:

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

    rc295f58 rfd77958  
    2626    <title>Installation of Perl</title>
    2727
    28     <para os="p1">The following patch causes <filename>DynaLoader.a</filename>
     28    <para os="s1">The following sed causes <filename>DynaLoader.a</filename>
    2929    to be built with -fPIC so it can be linked into a shared library
    3030    later.</para>
    3131
    32 <screen os="p2"><userinput>patch -Np1 -i ../&perl-fpic-patch;</userinput></screen>
     32<screen os="s2"><userinput>sed -i Makefile.SH \
     33    -e "s@pldlflags=''@pldlflags=\"\$cccdlflags\"@g" \
     34    -e "s@static_target='static'@static_target='static_pic'@g"</userinput></screen>
    3335
    3436    <para os="a00">Before starting to configure, create a basic
  • final-system/multilib/perl-64bit.xml

    rc295f58 rfd77958  
    2424    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    2525    href="../common/perl.xml"
    26     xpointer="xpointer(//*[@os='p1'])"/>
     26    xpointer="xpointer(//*[@os='s1'])"/>
    2727
    2828    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    2929    href="../common/perl.xml"
    30     xpointer="xpointer(//*[@os='p2'])"/>
     30    xpointer="xpointer(//*[@os='s2'])"/>
    3131
    3232    <para os="p3">Perl does not, by default, know about library directories with names other
  • final-system/multilib/perl-n32.xml

    rc295f58 rfd77958  
    2525    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    2626    href="../common/perl.xml"
    27     xpointer="xpointer(//*[@os='p1'])"/>
     27    xpointer="xpointer(//*[@os='s1'])"/>
    2828
    2929    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    3030    href="../common/perl.xml"
    31     xpointer="xpointer(//*[@os='p2'])"/>
     31    xpointer="xpointer(//*[@os='s2'])"/>
    3232
    3333    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • final-system/multilib/perl.xml

    rc295f58 rfd77958  
    2525    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    2626    href="../common/perl.xml"
    27     xpointer="xpointer(//*[@os='p1'])"/>
     27    xpointer="xpointer(//*[@os='s1'])"/>
    2828
    2929    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    3030    href="../common/perl.xml"
    31     xpointer="xpointer(//*[@os='p2'])"/>
     31    xpointer="xpointer(//*[@os='s2'])"/>
    3232
    3333    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note: See TracChangeset for help on using the changeset viewer.