aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/perl.xml
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2017-09-23 23:29:47 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2017-09-23 23:29:47 +0000
commit6699f0fa9c22c877a269ca510e3fdb4866a719b7 (patch)
tree77d696c41b48bee576516abc9a68ffd1b97f9ff6 /chapter05/perl.xml
parentb0aabe01adf7a1d17e885fcce9b6a7b1d4cf2700 (diff)
Update to perl-5.26.1
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11304 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/perl.xml')
-rw-r--r--chapter05/perl.xml6
1 files changed, 0 insertions, 6 deletions
diff --git a/chapter05/perl.xml b/chapter05/perl.xml
index 77d18a8d6..14858b17b 100644
--- a/chapter05/perl.xml
+++ b/chapter05/perl.xml
@@ -43,12 +43,6 @@
<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>