Changeset d82e1bb


Ignore:
Timestamp:
Feb 21, 2006, 1:04:17 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:
83f377f
Parents:
be92c41
Message:

r687@server (orig r685): ken | 2005-11-10 13:31:31 -0800
add Data/Dumper? to modules for temporary perls

Location:
BOOK
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • BOOK/introduction/common/changelog.xml

    rbe92c41 rd82e1bb  
    4040      <para>November 10, 2005</para>
    4141      <itemizedlist>
     42        <listitem>
     43          <para>[ken] - Added Data/Dumper to temp perl modules, for coreutils
     44          testsuite. Ported from LFS-SVN.</para>
     45        </listitem>
    4246        <listitem>
    4347          <para>[jim] - Removed POSIX VERSION information from coreutils page Thank you G Moko.</para>
  • BOOK/temp-tools/64/perl-64bit.xml

    rbe92c41 rd82e1bb  
    3535    xpointer="xpointer(//*[@os='ac'])"/>
    3636
    37 <screen><userinput>./configure.gnu --prefix=/tools -Dstatic_ext='IO Fcntl POSIX' \
     37<screen><userinput>./configure.gnu --prefix=/tools -Dstatic_ext='Data/Dumper IO Fcntl POSIX' \
    3838   -Dcc="gcc ${BUILD64}"</userinput></screen>
    3939
  • BOOK/temp-tools/common/perl.xml

    rbe92c41 rd82e1bb  
    2828<screen os="ab"><userinput>patch -Np1 -i ../&perl-libc-patch;</userinput></screen>
    2929
    30     <para os="ac">Prepare Perl for compilation (make sure to get the 'IO Fcntl POSIX'
    31     part of the command correct&mdash;they are all letters):</para>
     30    <para os="ac">Prepare Perl for compilation (make sure to get the 'Data/Dumper
     31    IO Fcntl POSIX' part of the command correct&mdash;they are all letters):</para>
    3232
    33 <screen><userinput>./configure.gnu --prefix=/tools -Dstatic_ext='IO Fcntl POSIX'</userinput></screen>
     33<screen><userinput>./configure.gnu --prefix=/tools -Dstatic_ext='Data/Dumper IO Fcntl POSIX'</userinput></screen>
    3434
    3535    <variablelist os="ad">
     
    3737
    3838      <varlistentry>
    39         <term><parameter>-Dstatic_ext='IO Fcntl POSIX'</parameter></term>
     39        <term><parameter>-Dstatic_ext='Data/Dumper IO Fcntl POSIX'</parameter></term>
    4040        <listitem>
    4141          <para>This tells Perl to build the minimum set of static
  • BOOK/temp-tools/multilib/perl-64bit.xml

    rbe92c41 rd82e1bb  
    4040    xpointer="xpointer(//*[@os='ac'])"/>
    4141
    42 <screen><userinput>./configure.gnu --prefix=/tools -Dstatic_ext='IO Fcntl POSIX' \
     42<screen><userinput>./configure.gnu --prefix=/tools -Dstatic_ext='Data/Dumper IO Fcntl POSIX' \
    4343   -Dcc="gcc ${BUILD64}"</userinput></screen>
    4444
  • BOOK/temp-tools/multilib/perl-n32.xml

    rbe92c41 rd82e1bb  
    4040    xpointer="xpointer(//*[@os='ac'])"/>
    4141
    42 <screen><userinput>./configure.gnu --prefix=/tools -Dstatic_ext='IO Fcntl POSIX' \
     42<screen><userinput>./configure.gnu --prefix=/tools -Dstatic_ext='Data/Dumper IO Fcntl POSIX' \
    4343   -Dcc="gcc ${BUILDN32}"</userinput></screen>
    4444
  • BOOK/temp-tools/multilib/perl.xml

    rbe92c41 rd82e1bb  
    3535    xpointer="xpointer(//*[@os='ac'])"/>
    3636
    37 <screen><userinput>./configure.gnu --prefix=/tools -Dstatic_ext='IO Fcntl POSIX' \
     37<screen><userinput>./configure.gnu --prefix=/tools -Dstatic_ext='Data/Dumper IO Fcntl POSIX' \
    3838   -Dcc="gcc ${BUILD32}"</userinput></screen>
    3939
Note: See TracChangeset for help on using the changeset viewer.