From 676c3160c05720fd78495882a625061e9e9d6d13 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Mon, 4 Jun 2012 21:37:32 +0000 Subject: Incorporate perl fixes from 2012-06-03 in the perl patch git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9876 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/perl.xml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'chapter05') diff --git a/chapter05/perl.xml b/chapter05/perl.xml index dc279539a..f59a2f7f8 100644 --- a/chapter05/perl.xml +++ b/chapter05/perl.xml @@ -48,19 +48,13 @@ patch -Np1 -i ../&perl-libc-patch; - The configuration script needs to be adjusted to run in the restricted - LFS environment: - -chmod -v 0775 Configure -sed -i -e '/Restore computed paths/i libswanted=""' Configure - Prepare Perl for compilation: sh Configure -des -Dprefix=/tools Build the package: -make CLDFLAGS='-lm' +make Although Perl comes with a test suite, it would be better to wait until it is insalled in the next chapter. -- cgit v1.2.3-54-g00ecf