diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2010-10-07 21:08:12 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2010-10-07 21:08:12 +0000 |
commit | 60b2e99af51772cae1b5bfe4da9c7e9e036d642b (patch) | |
tree | 428d6ab87a653adfb0ef43dbaace74f4df75f1c8 /chapter05 | |
parent | be3b749514dd762e5cd46fe9b2646b1be2830fee (diff) |
Fix perl option description in Chapter 5
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9394 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/perl.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter05/perl.xml b/chapter05/perl.xml index 128182da6..8fbad2e8d 100644 --- a/chapter05/perl.xml +++ b/chapter05/perl.xml @@ -64,7 +64,7 @@ sed 's/command /command[ -]/' makedepend.SH.orig > makedepend.SH</userinput>< <title>The meaning of the configure options:</title> <varlistentry> - <term><parameter>-Dstatic_ext='Data/Dumper Fcntl IO POSIX'</parameter></term> + <term><parameter>-Dstatic_ext='Data/Dumper Fcntl IO'</parameter></term> <listitem> <para>This tells Perl to build the minimum set of static extensions needed for installing and testing the Coreutils and Glibc packages in the |