From 5d276d1f9f564bd23619a1bf07eb3dd554ff2987 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Tue, 23 Apr 2019 16:41:41 +0000 Subject: Apply a change to allow Perl to build correctly when git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11586 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/perl.xml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'chapter06') diff --git a/chapter06/perl.xml b/chapter06/perl.xml index 2a64b80d0..7e2fcc8e6 100644 --- a/chapter06/perl.xml +++ b/chapter06/perl.xml @@ -61,6 +61,12 @@ export BUILD_BZIP2=0 patch -Np1 -i ../&perl-gcc5-fixes-patch; --> + + Apply a change to allow the program to build correctly when building + with the latest versions of gcc: + +sed -i 's/67]/6789]/' Configure + To have full control over the way Perl is set up, you can remove the -des options from the following command and hand-pick the way this package is built. Alternatively, use the command exactly as below to -- cgit v1.2.3-54-g00ecf