From 863beeaa4725d490579d9f047d230318460d9a76 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Thu, 30 Oct 2008 05:35:58 +0000 Subject: Fixed perl configuration so it knows the vendor library location. Changes perl patches to a single consolidated patch with security and other fixes git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8718 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/perl.xml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'chapter05') diff --git a/chapter05/perl.xml b/chapter05/perl.xml index 30f176bef..1b00465b3 100644 --- a/chapter05/perl.xml +++ b/chapter05/perl.xml @@ -43,10 +43,10 @@ Installation of Perl - First adapt some hard-wired paths to the C library by applying - the following patch: + First apply a series of patches to address security issues and adapt some + hard-wired paths to the C library by applying the following patch: -patch -Np1 -i ../&perl-libc-patch; +patch -Np1 -i ../&perl-consolidated-patch;