From ec52ebbe6f1d52a04dc500e17bbb66f988178751 Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Tue, 20 Apr 2010 20:07:18 +0000 Subject: Upgrade to Perl-5.12.0. Fixes #2635. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9253 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/perl.xml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'chapter06/perl.xml') diff --git a/chapter06/perl.xml b/chapter06/perl.xml index 1f7fceb19..7487ca6ae 100644 --- a/chapter06/perl.xml +++ b/chapter06/perl.xml @@ -47,11 +47,6 @@ echo "127.0.0.1 localhost $(hostname)" > /etc/hosts - Fix a problem where invalid utf-8 characters cause a segmentation - fault: - -patch -Np1 -i ../&perl-utf8-patch; - 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 @@ -60,7 +55,7 @@ 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 + cpan/Compress-Raw-Zlib/config.in To have full control over the way Perl is set up, you can remove the -des options from the following command and hand-pick the way -- cgit v1.2.3-54-g00ecf