diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2005-10-29 20:07:18 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2005-10-29 20:07:18 +0000 |
commit | 6b5989572ae21123c569fec21ccfc6a5f44e77a8 (patch) | |
tree | 7f4270498bc2f86ad1b7239814f78d0619ae3e2b /chapter05/perl.xml | |
parent | b63fcf71db43283a7c77dd45ae807f852f85b2a9 (diff) |
Upgrade to coreutils-5.92
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7098 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/perl.xml')
-rw-r--r-- | chapter05/perl.xml | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/chapter05/perl.xml b/chapter05/perl.xml index aac22ef4e..67ef9a3f3 100644 --- a/chapter05/perl.xml +++ b/chapter05/perl.xml @@ -34,16 +34,17 @@ the following patch:</para> <screen><userinput>patch -Np1 -i ../&perl-libc-patch;</userinput></screen> -<para>Prepare Perl for compilation (make sure to get the 'IO Fcntl POSIX' -part of the command correct—they are all letters):</para> +<para>Prepare Perl for compilation (make sure to get the +'Data/Dumper Fcntl IO POSIX' part of the command correct—they are all +letters):</para> -<screen><userinput>./configure.gnu --prefix=/tools -Dstatic_ext='IO Fcntl POSIX'</userinput></screen> +<screen><userinput>./configure.gnu --prefix=/tools -Dstatic_ext='Data/Dumper Fcntl IO POSIX'</userinput></screen> <para>The meaning of the configure options:</para> <variablelist> <varlistentry> -<term><parameter>-Dstatic_ext='IO Fcntl POSIX'</parameter></term> +<term><parameter>-Dstatic_ext='Data/Dumper Fcntl IO POSIX'</parameter></term> <listitem><para>This tells Perl to build the minimum set of static extensions needed for installing and testing the Coreutils package in the next chapter.</para></listitem> |