From d4b904a4182c02cbed43e5cd06d0463253c4f26a Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Wed, 30 May 2012 19:33:53 +0000 Subject: Upgrade to Perl-5.16.0. Fixes #3094. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9865 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/automake.xml | 4 ++++ chapter06/perl.xml | 4 ---- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'chapter06') diff --git a/chapter06/automake.xml b/chapter06/automake.xml index 9458c6647..4786c44c9 100644 --- a/chapter06/automake.xml +++ b/chapter06/automake.xml @@ -41,6 +41,10 @@ Installation of Automake + Apply a patch to fix an incomatibility between Automake-&automake-version; and Perl-&perl-version;: + +patch -Np1 -i ../&automake-perl_fix-patch; + Prepare Automake for compilation: ./configure --prefix=/usr --docdir=/usr/share/doc/automake-&automake-version; diff --git a/chapter06/perl.xml b/chapter06/perl.xml index 285c4ec98..b0f0a4464 100644 --- a/chapter06/perl.xml +++ b/chapter06/perl.xml @@ -47,10 +47,6 @@ echo "127.0.0.1 localhost $(hostname)" > /etc/hosts - Apply a patch to fix a security vulnerability in Perl: - -patch -Np1 -i ../&perl-security-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 -- cgit v1.2.3-54-g00ecf