diff options
Diffstat (limited to 'chapter06/perl.xml')
-rw-r--r-- | chapter06/perl.xml | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/chapter06/perl.xml b/chapter06/perl.xml index 74a02cfed..10b8b480f 100644 --- a/chapter06/perl.xml +++ b/chapter06/perl.xml @@ -51,6 +51,11 @@ <screen><userinput remap="pre">patch -Np1 -i ../&perl-security-patch;</userinput></screen> + <para>The following patch fixes an incompatibility with + Glibc-&glibc-version;:</para> + +<screen><userinput remap="pre">patch -Np1 -i ../&perl-page-patch;</userinput></screen> + <para>Fix an incompatibility with gcc-&gcc-version;:</para> <screen><userinput remap="pre">sed -i 's/command /command[ -]/' makedepend.SH</userinput></screen> @@ -92,9 +97,9 @@ <screen><userinput remap="make">make</userinput></screen> - <para>To test the results, issue:</para> + <para>To test the results (approximately 2.5 SBU), issue:</para> -<screen><userinput remap="test">make test</userinput></screen> +<screen><userinput remap="test">make -k test || true</userinput></screen> <para>Install the package:</para> |