diff options
Diffstat (limited to 'chapter06/perl.xml')
-rw-r--r-- | chapter06/perl.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/chapter06/perl.xml b/chapter06/perl.xml index 2a64b80d0..7e2fcc8e6 100644 --- a/chapter06/perl.xml +++ b/chapter06/perl.xml @@ -61,6 +61,12 @@ export BUILD_BZIP2=0</userinput></screen> <screen><userinput remap="pre">patch -Np1 -i ../&perl-gcc5-fixes-patch;</userinput></screen> --> + + <para>Apply a change to allow the program to build correctly when building + with the latest versions of gcc:</para> + +<screen><userinput remap="pre">sed -i 's/67]/6789]/' Configure</userinput></screen> + <para>To have full control over the way Perl is set up, you can remove the <quote>-des</quote> options from the following command and hand-pick the way this package is built. Alternatively, use the command exactly as below to |