diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2010-04-20 20:07:18 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2010-04-20 20:07:18 +0000 |
commit | ec52ebbe6f1d52a04dc500e17bbb66f988178751 (patch) | |
tree | f123758df4b088dc5186c55f3c43ccefc2e37d25 /chapter05/perl.xml | |
parent | cf685363abfa6110942c593da2ef9cda8fd93d1d (diff) |
Upgrade to Perl-5.12.0. Fixes #2635.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9253 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/perl.xml')
-rw-r--r-- | chapter05/perl.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter05/perl.xml b/chapter05/perl.xml index 32cb79b07..d18fbfaf9 100644 --- a/chapter05/perl.xml +++ b/chapter05/perl.xml @@ -54,11 +54,11 @@ sed 's/command /command[ -]/' makedepend.SH.orig > makedepend.SH</userinput></screen> --> <para>Prepare Perl for compilation (make sure to get the - 'Data/Dumper Fcntl IO POSIX' part of the command correct—they are all + 'Data/Dumper Fcntl IO' part of the command correct—they are all letters):</para> <screen><userinput remap="configure">sh Configure -des -Dprefix=/tools \ - -Dstatic_ext='Data/Dumper Fcntl IO POSIX'</userinput></screen> + -Dstatic_ext='Data/Dumper Fcntl IO'</userinput></screen> <variablelist> <title>The meaning of the configure options:</title> |