Ignore:
Timestamp:
Jan 19, 2009, 3:04:38 PM (16 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

File:
1 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">
Note: See TracChangeset for help on using the changeset viewer.