diff options
author | Xi Ruoyao <xry111@mengyan1223.wang> | 2021-07-19 20:54:58 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@mengyan1223.wang> | 2021-07-19 20:54:58 +0800 |
commit | 590d255947dd121a90336e06238170368e105d75 (patch) | |
tree | a2792efca03a121c8b70084ffb1ec15cc3494788 /chapter08/perl.xml | |
parent | ef61313366e6ca42298c4a48ecbe50c50c125b12 (diff) | |
parent | c5228730572c64370a649443a703882a4d20462a (diff) |
Merge branch 'trunk' into xry111/tester-nohack
Diffstat (limited to 'chapter08/perl.xml')
-rw-r--r-- | chapter08/perl.xml | 5 |
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. |