aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/perl.xml
diff options
context:
space:
mode:
authorRandy McMurchy <randy@linuxfromscratch.org>2008-10-06 17:59:51 +0000
committerRandy McMurchy <randy@linuxfromscratch.org>2008-10-06 17:59:51 +0000
commit080e8f81f7ed03cec6cf35b27c933c2570eab757 (patch)
tree443d7e04eb9e14c03e96317fc5a34b31c2fc7397 /chapter06/perl.xml
parenta926480eea1fd6f66e4b669614ea4f5c42615998 (diff)
Updated Perl to 5.10.0
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8591 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/perl.xml')
-rw-r--r--chapter06/perl.xml9
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>