diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2009-08-26 19:03:11 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2009-08-26 19:03:11 +0000 |
commit | 352e6fc5aab4ddc3a3259732c4a5cdae7dd30c98 (patch) | |
tree | 9408362818142d8968dc068fe7efa8bd7309489a /chapter06 | |
parent | f5257895fe803113b320f1caafe54a2d7b96bbd6 (diff) |
Upgrade to Perl-5.10.1. Fixes #2479.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9060 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/perl.xml | 19 |
1 files changed, 1 insertions, 18 deletions
diff --git a/chapter06/perl.xml b/chapter06/perl.xml index 84788d648..bccbd3ea3 100644 --- a/chapter06/perl.xml +++ b/chapter06/perl.xml @@ -47,23 +47,6 @@ <screen><userinput remap="pre">echo "127.0.0.1 localhost $(hostname)" > /etc/hosts</userinput></screen> - <para>The following patch fixes known vulnerabilities and other issues - identified by the developers:</para> - -<screen><userinput remap="pre">patch -Np1 -i ../&perl-consolidated-patch;</userinput></screen> - - <!-- <para>The following patch fixes an incompatibility with - Glibc-&glibc-version;:</para> - -<screen><userinput remap="pre">patch -Np1 -i ../&perl-page-patch;</userinput></screen> - --> - - <!-- Confirmed that this is not required any longer - <para>Fix an incompatibility with gcc-&gcc-version;:</para> - -<screen><userinput remap="pre">sed -i 's/command /command[ -]/' makedepend.SH</userinput></screen> - --> - <para>This version of Perl now builds the Compress::Raw::Zlib module. By default Perl will use an internal copy of the Zlib source for the build. Issue the following command so that Perl will use the Zlib library @@ -72,7 +55,7 @@ <screen><userinput remap="pre">sed -i -e "s|BUILD_ZLIB\s*= True|BUILD_ZLIB = False|" \ -e "s|INCLUDE\s*= ./zlib-src|INCLUDE = /usr/include|" \ -e "s|LIB\s*= ./zlib-src|LIB = /usr/lib|" \ - ext/Compress/Raw/Zlib/config.in</userinput></screen> + ext/Compress-Raw-Zlib/config.in</userinput></screen> <para>To have full control over the way Perl is set up, you can run the interactive <command>Configure</command> script and hand-pick the way this |