Ignore:
Timestamp:
Aug 26, 2009, 5:00:51 AM (15 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:
d4106ec
Parents:
038f274
Message:

Fixed the location for the Zlib sed in the perl build. Thanks to Roy Bekken for seeing this and suggesting a fix.

I took this fix one step further and noticed that the sed was putting /usr/include in the libdir field. Updated it to use /usr/include only for headers and /usr/lib{,32,64} respectivly for libraries.

File:
1 edited

Legend:

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

    r038f274 r7f1773b  
    3535    <para os="s3">By default, Perl's Compress::Raw::Zlib module builds and
    3636    links against its own internal copy of Zlib. The following command will
    37     tell it use the system-installed Zlib:</para>
     37    tell it to use the system-installed Zlib:</para>
    3838
    3939<screen os="s4"><userinput>sed -i -e '/^BUILD_ZLIB/ s/True/False/' \
    40         -e '/^INCLUDE\|^LIB/ s|\./zlib-src|/usr/include|' \
    41         ext/Compress/Raw/Zlib/config.in</userinput></screen>
     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>
    4243
    4344    <note os="a00">
Note: See TracChangeset for help on using the changeset viewer.