aboutsummaryrefslogtreecommitdiffstats
path: root/chapter08/perl.xml
diff options
context:
space:
mode:
authorKen Moffat <ken@linuxfromscratch.org>2021-07-17 21:11:36 +0100
committerKen Moffat <ken@linuxfromscratch.org>2021-07-17 21:11:36 +0100
commitac9f3952a6e3cd97e4ccbac16b8104df72dd01cc (patch)
tree8216d1182374f2527b2f575c7a76a022035fef8e /chapter08/perl.xml
parentf3997370c5e82150e0533b29c4fd47018375af6c (diff)
Perl - fixes for 5.34 test failures.
Diffstat (limited to 'chapter08/perl.xml')
-rw-r--r--chapter08/perl.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/chapter08/perl.xml b/chapter08/perl.xml
index 276ed03e1..0bb32c344 100644
--- a/chapter08/perl.xml
+++ b/chapter08/perl.xml
@@ -41,6 +41,11 @@
<sect2 role="installation">
<title>Installation of Perl</title>
+ <para>First, apply a patch that fixes an issue highlighted by recent
+ versions of gdbm:</para>
+
+<screen><userinput remap="pre">patch -Np1 -i ../&perl-fix-patch;</userinput></screen>
+
<para>This version of Perl now builds the Compress::Raw::Zlib and
Compress::Raw::BZip2 modules. By
default Perl will use an internal copy of the sources for the build.