diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2009-08-26 19:03:11 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2009-08-26 19:03:11 +0000 |
commit | 352e6fc5aab4ddc3a3259732c4a5cdae7dd30c98 (patch) | |
tree | 9408362818142d8968dc068fe7efa8bd7309489a /chapter05 | |
parent | f5257895fe803113b320f1caafe54a2d7b96bbd6 (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.xml | 6 |
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> |