aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2012-05-30 19:33:53 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2012-05-30 19:33:53 +0000
commitd4b904a4182c02cbed43e5cd06d0463253c4f26a (patch)
tree240dba7e3d191326b420f990f1624e8d3cd38d6d /chapter06
parent31e10313504e7ffd9dac529a2ab0fdb987a32151 (diff)
Upgrade to Perl-5.16.0. Fixes #3094.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9865 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/automake.xml4
-rw-r--r--chapter06/perl.xml4
2 files changed, 4 insertions, 4 deletions
diff --git a/chapter06/automake.xml b/chapter06/automake.xml
index 9458c6647..4786c44c9 100644
--- a/chapter06/automake.xml
+++ b/chapter06/automake.xml
@@ -41,6 +41,10 @@
<sect2 role="installation">
<title>Installation of Automake</title>
+ <para>Apply a patch to fix an incomatibility between Automake-&automake-version; and Perl-&perl-version;:</para>
+
+<screen><userinput remap="pre">patch -Np1 -i ../&automake-perl_fix-patch;</userinput></screen>
+
<para>Prepare Automake for compilation:</para>
<screen><userinput remap="configure">./configure --prefix=/usr --docdir=/usr/share/doc/automake-&automake-version;</userinput></screen>
diff --git a/chapter06/perl.xml b/chapter06/perl.xml
index 285c4ec98..b0f0a4464 100644
--- a/chapter06/perl.xml
+++ b/chapter06/perl.xml
@@ -47,10 +47,6 @@
<screen><userinput remap="pre">echo "127.0.0.1 localhost $(hostname)" &gt; /etc/hosts</userinput></screen>
- <para>Apply a patch to fix a security vulnerability in Perl:</para>
-
-<screen><userinput remap="pre">patch -Np1 -i ../&perl-security-patch;</userinput></screen>
-
<para>This version of Perl now builds the Compress::Raw::Zlib module. By
default Perl will use an internal copy of the Zlib source for the build.
Issue the following command so that Perl will use the Zlib library