Changeset c5c8ee8


Ignore:
Timestamp:
Jan 19, 2009, 3:04:38 PM (15 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:
1532fcd
Parents:
0ce8bf5
Message:

Updates to Temp-Perl

Location:
BOOK
Files:
3 edited

Legend:

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

    r0ce8bf5 rc5c8ee8  
    2828<screen os="b"><userinput>patch -Np1 -i ../&perl-libc-patch;</userinput></screen>
    2929
    30 <para os="c">Prepare Perl for compilation (make sure to get the 'Data/Dumper
    31 Fcntl IO POSIX' part of the command correct&mdash;they are all
    32 letters):</para>
     30    <para os="s1">Change the hardcoded path from /usr/include to /tools/include:</para>
    3331
    34 <screen os="d"><userinput>./configure.gnu --prefix=/tools \
    35    -Dstatic_ext='Data/Dumper IO Fcntl POSIX' -Dcc="gcc"</userinput></screen>
     32<screen os="s2"><userinput>sed -i 's@/usr/include@/tools/include@g' ext/Errno/Errno_pm.PL</userinput></screen>
     33
     34<para os="c">Prepare Tar for compilation:</para>
     35
     36<screen os="d"><userinput>./configure.gnu --prefix=/tools -Dcc="gcc"</userinput></screen>
    3637
    3738    <variablelist os="e">
  • BOOK/final-system/multilib/temp-perl.xml

    r0ce8bf5 rc5c8ee8  
    3131    xpointer="xpointer(//*[@os='b'])"/>
    3232
    33 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     33    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     34    href="../common/temp-perl.xml"
     35    xpointer="xpointer(//*[@os='s1'])"/>
     36
     37    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     38    href="../common/temp-perl.xml"
     39    xpointer="xpointer(//*[@os='s2'])"/>
     40
     41    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    3442    href="../common/temp-perl.xml"
    3543    xpointer="xpointer(//*[@os='c'])"/>
    3644
    37 <screen os="c"><userinput>./configure.gnu --prefix=/tools \
    38     -Dstatic_ext='Data/Dumper IO Fcntl POSIX' -Dcc="gcc ${BUILD32}"</userinput></screen>
     45<screen os="d"><userinput>./configure.gnu --prefix=/tools  -Dcc="gcc ${BUILD32}"</userinput></screen>
    3946
    4047    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/introduction/common/changelog.xml

    r0ce8bf5 rc5c8ee8  
    3636    </listitem>
    3737-->
     38
     39    <listitem>
     40      <para>January 19, 2009</para>
     41      <itemizedlist>
     42        <listitem>
     43          <para>[Jim] - Cleaned up Temp-Perl and fixed new issue.</para>
     44        </listitem>
     45      </itemizedlist>
     46    </listitem>
    3847
    3948    <listitem>
Note: See TracChangeset for help on using the changeset viewer.