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 --- chapter05/perl.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chapter05') diff --git a/chapter05/perl.xml b/chapter05/perl.xml index 32cb79b07..d18fbfaf9 100644 --- a/chapter05/perl.xml +++ b/chapter05/perl.xml @@ -54,11 +54,11 @@ sed 's/command /command[ -]/' makedepend.SH.orig > makedepend.SH --> Prepare Perl for compilation (make sure to get the - 'Data/Dumper Fcntl IO POSIX' part of the command correct—they are all + 'Data/Dumper Fcntl IO' part of the command correct—they are all letters): sh Configure -des -Dprefix=/tools \ - -Dstatic_ext='Data/Dumper Fcntl IO POSIX' + -Dstatic_ext='Data/Dumper Fcntl IO' The meaning of the configure options: -- cgit v1.2.3-54-g00ecf