Changeset 96d0fe5


Ignore:
Timestamp:
Sep 6, 2006, 9:29:01 AM (18 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
0de841f3
Parents:
2ca4197
Message:

Replace Perl FPIC patch with a sed.

Location:
BOOK
Files:
7 edited

Legend:

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

    r2ca4197 r96d0fe5  
    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
  • BOOK/final-system/multilib/perl-64bit.xml

    r2ca4197 r96d0fe5  
    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
  • BOOK/final-system/multilib/perl-n32.xml

    r2ca4197 r96d0fe5  
    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"
  • BOOK/final-system/multilib/perl.xml

    r2ca4197 r96d0fe5  
    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"
  • BOOK/introduction/common/changelog.xml

    r2ca4197 r96d0fe5  
    4242        <listitem>
    4343          <para>[jim] - Removed the keymap settings from the kernel pages.</para>
     44        </listitem>
     45        <listitem>
     46          <para>[jim] - Replace Perl FPIC patch with a sed, to make sure fpic is set correctly.</para>
    4447        </listitem>
    4548      </itemizedlist>
  • BOOK/materials/common/patches.xml

    r2ca4197 r96d0fe5  
    209209
    210210    <varlistentry>
    211       <term>Perl fPIC Patch - <token>&perl-fpic-patch-size;</token>:</term>
    212       <listitem>
    213         <para>Download: <ulink
    214         url="&patches-root;&perl-fpic-patch;"/></para>
    215         <para>MD5 sum: <literal>&perl-fpic-patch-md5;</literal></para>
    216       </listitem>
    217     </varlistentry>
    218 
    219     <varlistentry>
    220211      <term>Perl Libc Patch - <token>&perl-libc-patch-size;</token>:</term>
    221212      <listitem>
  • BOOK/patches.ent

    r2ca4197 r96d0fe5  
    147147<!-- Start of multilib patches -->
    148148
    149 <!ENTITY perl-fpic-patch "perl-&perl-version;-fPIC-1.patch">
    150 <!ENTITY perl-fpic-patch-md5 "7d784d82b1366ab88b5fc265387d2a16">
    151 <!ENTITY perl-fpic-patch-size "4 KB">
    152 
    153149<!ENTITY binutils-multilib-patch "binutils-&binutils-version;-genscripts_multilib-1.patch">
    154150<!ENTITY binutils-multilib-patch-md5 "b1d8d22ab473212abf1b19978415775b">
Note: See TracChangeset for help on using the changeset viewer.