aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/perl.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter05/perl.xml')
-rw-r--r--chapter05/perl.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/chapter05/perl.xml b/chapter05/perl.xml
index 6e9a87b76..0885cbbec 100644
--- a/chapter05/perl.xml
+++ b/chapter05/perl.xml
@@ -48,6 +48,11 @@
<screen><userinput>patch -Np1 -i ../&perl-libc-patch;</userinput></screen>
+ <para>Fix an incompatibility with gcc-&gcc-version;:</para>
+
+<screen><userinput>mv -v makedepend.SH{,.orig}
+sed 's/command /command[ -]/' makedepend.SH.orig &gt; makedepend.SH</userinput></screen>
+
<para>Prepare Perl for compilation (make sure to get the
'Data/Dumper Fcntl IO POSIX' part of the command correct&mdash;they are all
letters):</para>