Changeset e74f725


Ignore:
Timestamp:
Aug 3, 2010, 6:23:10 PM (14 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
06fcd8e
Parents:
08940008
Message:

Update seds for Perl 1.12.1.

Location:
BOOK/final-system
Files:
4 edited

Legend:

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

    r08940008 re74f725  
    2626    <title>Installation of Perl</title>
    2727
    28     <para os="s1">The following sed causes <filename>DynaLoader.a</filename>
    29     to be built with -fPIC so it can be linked into a shared library
    30     later:</para>
    31 
    32 <screen os="s2"><userinput>sed -i -e "s@pldlflags=''@pldlflags=\"\$cccdlflags\"@g" \
    33     -e "s@static_target='static'@static_target='static_pic'@g" Makefile.SH</userinput></screen>
    34 
    3528    <para os="s3">By default, Perl's Compress::Raw::Zlib module builds and
    3629    links against its own internal copy of Zlib. The following command will
    3730    tell it to use the system-installed Zlib:</para>
    3831
    39 <screen os="s4"><userinput>sed -i -e '/^BUILD_ZLIB/ s/True/False/' \
    40        -e '/^INCLUDE/s|\./zlib-src|/usr/include|' \
    41        -e '/^LIB/s|\./zlib-src|/usr/lib|' \
    42        ext/Compress-Raw-Zlib/config.in</userinput></screen>
     32<screen os="s4"><userinput>sed -i -e '/^BUILD_ZLIB/s/True/False/' \
     33       -e '/^INCLUDE/s,\./zlib-src,/usr/include,' \
     34       -e '/^LIB/s,\./zlib-src,/usr/lib,' \
     35       cpan/Compress-Raw-Zlib/config.in</userinput></screen>
    4336
    4437    <note os="a00">
  • BOOK/final-system/multilib/perl-64bit.xml

    r08940008 re74f725  
    2424    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    2525    href="../common/perl.xml"
    26     xpointer="xpointer(//*[@os='s1'])"/>
    27 
    28     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    29     href="../common/perl.xml"
    30     xpointer="xpointer(//*[@os='s2'])"/>
    31 
    32     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    33     href="../common/perl.xml"
    3426    xpointer="xpointer(//*[@os='s3'])"/>
    3527
    36 <screen os="s4"><userinput>sed -i -e '/^BUILD_ZLIB/ s/True/False/' \
    37        -e '/^INCLUDE/s|\./zlib-src|/usr/include|' \
    38        -e '/^LIB/s|\./zlib-src|/usr/lib64|' \
    39        ext/Compress-Raw-Zlib/config.in</userinput></screen>
     28<screen os="s4"><userinput>sed -i -e '/^BUILD_ZLIB/s/True/False/' \
     29       -e '/^INCLUDE/s,\./zlib-src,/usr/include,' \
     30       -e '/^LIB/s,\./zlib-src,/usr/lib64,' \
     31       cpan/Compress-Raw-Zlib/config.in</userinput></screen>
    4032
    4133    <para os="mp1">Perl does not, by default, know about library directories with names other
  • BOOK/final-system/multilib/perl-n32.xml

    r08940008 re74f725  
    2525    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    2626    href="../common/perl.xml"
    27     xpointer="xpointer(//*[@os='s1'])"/>
    28 
    29     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    30     href="../common/perl.xml"
    31     xpointer="xpointer(//*[@os='s2'])"/>
    32 
    33     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    34     href="../common/perl.xml"
    3527    xpointer="xpointer(//*[@os='s3'])"/>
    3628
    37 <screen os="s4"><userinput>sed -i -e '/^BUILD_ZLIB/ s/True/False/' \
    38        -e '/^INCLUDE/s|\./zlib-src|/usr/include|' \
    39        -e '/^LIB/s|\./zlib-src|/usr/lib32|' \
    40        ext/Compress-Raw-Zlib/config.in</userinput></screen>
     29<screen os="s4"><userinput>sed -i -e '/^BUILD_ZLIB/s/True/False/' \
     30       -e '/^INCLUDE/s,\./zlib-src,/usr/include,' \
     31       -e '/^LIB/s,\./zlib-src,/usr/lib32,' \
     32       cpan/Compress-Raw-Zlib/config.in</userinput></screen>
    4133
    4234    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/final-system/multilib/perl.xml

    r08940008 re74f725  
    2222  <sect2 role="installation">
    2323    <title>Installation of Perl</title>
    24 
    25     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    26     href="../common/perl.xml"
    27     xpointer="xpointer(//*[@os='s1'])"/>
    28 
    29     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    30     href="../common/perl.xml"
    31     xpointer="xpointer(//*[@os='s2'])"/>
    3224
    3325    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note: See TracChangeset for help on using the changeset viewer.