From 080e8f81f7ed03cec6cf35b27c933c2570eab757 Mon Sep 17 00:00:00 2001 From: Randy McMurchy Date: Mon, 6 Oct 2008 17:59:51 +0000 Subject: Updated Perl to 5.10.0 git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8591 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/perl.xml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'chapter06/perl.xml') diff --git a/chapter06/perl.xml b/chapter06/perl.xml index 74a02cfed..10b8b480f 100644 --- a/chapter06/perl.xml +++ b/chapter06/perl.xml @@ -51,6 +51,11 @@ patch -Np1 -i ../&perl-security-patch; + The following patch fixes an incompatibility with + Glibc-&glibc-version;: + +patch -Np1 -i ../&perl-page-patch; + Fix an incompatibility with gcc-&gcc-version;: sed -i 's/command /command[ -]/' makedepend.SH @@ -92,9 +97,9 @@ make - To test the results, issue: + To test the results (approximately 2.5 SBU), issue: -make test +make -k test || true Install the package: -- cgit v1.2.3-54-g00ecf