Changeset 7f1773b for BOOK/final-system/common/perl.xml
- Timestamp:
- Aug 26, 2009, 5:00:51 AM (15 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- d4106ec
- Parents:
- 038f274
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/perl.xml
r038f274 r7f1773b 35 35 <para os="s3">By default, Perl's Compress::Raw::Zlib module builds and 36 36 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> 38 38 39 39 <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> 42 43 43 44 <note os="a00">
Note:
See TracChangeset
for help on using the changeset viewer.