aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2009-08-26 19:03:11 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2009-08-26 19:03:11 +0000
commit352e6fc5aab4ddc3a3259732c4a5cdae7dd30c98 (patch)
tree9408362818142d8968dc068fe7efa8bd7309489a /chapter05
parentf5257895fe803113b320f1caafe54a2d7b96bbd6 (diff)
Upgrade to Perl-5.10.1. Fixes #2479.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9060 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r--chapter05/perl.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/chapter05/perl.xml b/chapter05/perl.xml
index 3320d452c..32cb79b07 100644
--- a/chapter05/perl.xml
+++ b/chapter05/perl.xml
@@ -43,10 +43,10 @@
<sect2 role="installation">
<title>Installation of Perl</title>
- <para>First apply the following patch to address security issues and adapt
- some hard-wired paths to the C library:</para>
+ <para>First apply the following patch to adapt some hard-wired paths to the
+ C library:</para>
-<screen><userinput remap="pre">patch -Np1 -i ../&perl-consolidated-patch;</userinput></screen>
+<screen><userinput remap="pre">patch -Np1 -i ../&perl-libc-patch;</userinput></screen>
<!-- <para>Fix an incompatibility with gcc-&gcc-version;:</para>