From a7cde9b0956ec16b623d4431c218993d24a3fa97 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Fri, 2 Jun 2017 20:30:55 +0000 Subject: Update to util-linux-2.30. Update to perl-5.26.0. Update to file-5.31. Update to diffutils-3.6. Update to linux-4.11.3. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11255 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/perl.xml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'chapter05') diff --git a/chapter05/perl.xml b/chapter05/perl.xml index 14858b17b..77d18a8d6 100644 --- a/chapter05/perl.xml +++ b/chapter05/perl.xml @@ -43,6 +43,12 @@ Installation of Perl + First, fix a build issue that arises only in the LFS environment: + +sed -e '9751 a#ifndef PERL_IN_XSUB_RE' \ + -e '9808 a#endif' \ + -i regexec.c + Prepare Perl for compilation: sh Configure -des -Dprefix=/tools -Dlibs=-lm -- cgit v1.2.3-54-g00ecf