diff options
author | Jeremy Huntwork <jhuntwork@linuxfromscratch.org> | 2007-09-15 20:45:13 +0000 |
---|---|---|
committer | Jeremy Huntwork <jhuntwork@linuxfromscratch.org> | 2007-09-15 20:45:13 +0000 |
commit | b0a4c9a47dadc3ab2c37a034866cb542f3fffa0b (patch) | |
tree | fb6d77a8ace59cc4de2eec8cfb96a5cd29983fa1 /chapter06/perl.xml | |
parent | 232aa7359d4f119b062bf270e19e8a4c1d2228a0 (diff) |
Upgrade to GCC-4.2.1. Fixes #2002. Merged from jh branch, thanks to Matthew Burgess for preparing a discrete patch.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8374 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/perl.xml')
-rw-r--r-- | chapter06/perl.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chapter06/perl.xml b/chapter06/perl.xml index 591e90ba8..77d027b89 100644 --- a/chapter06/perl.xml +++ b/chapter06/perl.xml @@ -47,6 +47,10 @@ <screen><userinput>echo "127.0.0.1 localhost $(hostname)" > /etc/hosts</userinput></screen> + <para>Fix an incompatibility with gcc-&gcc-version;:</para> + +<screen><userinput>sed -i 's/command /command[ -]/' makedepend.SH</userinput></screen> + <para>To have full control over the way Perl is set up, you can run the interactive <command>Configure</command> script and hand-pick the way this package is built. If you prefer, you can use the defaults that Perl |