aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2017-06-02 20:30:55 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2017-06-02 20:30:55 +0000
commita7cde9b0956ec16b623d4431c218993d24a3fa97 (patch)
treeabffa8547342ea63d4ff4e7fea66b299f00f3646 /chapter05
parent9e326ab2d78d22161373ecbeb87b6256d3442e18 (diff)
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
Diffstat (limited to 'chapter05')
-rw-r--r--chapter05/perl.xml6
1 files changed, 6 insertions, 0 deletions
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 @@
<sect2 role="installation">
<title>Installation of Perl</title>
+ <para>First, fix a build issue that arises only in the LFS environment:</para>
+
+<screen><userinput remap="pre">sed -e '9751 a#ifndef PERL_IN_XSUB_RE' \
+ -e '9808 a#endif' \
+ -i regexec.c</userinput></screen>
+
<para>Prepare Perl for compilation:</para>
<screen><userinput remap="configure">sh Configure -des -Dprefix=/tools -Dlibs=-lm</userinput></screen>