aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/perl.xml
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2012-06-04 21:37:32 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2012-06-04 21:37:32 +0000
commit676c3160c05720fd78495882a625061e9e9d6d13 (patch)
tree9401efd99eb2474a96647f3f6cca924114f09c06 /chapter05/perl.xml
parentf8deba0e615dc5d2c3b6d798715960b7577e115d (diff)
Incorporate perl fixes from 2012-06-03 in the perl patch
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9876 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/perl.xml')
-rw-r--r--chapter05/perl.xml8
1 files changed, 1 insertions, 7 deletions
diff --git a/chapter05/perl.xml b/chapter05/perl.xml
index dc279539a..f59a2f7f8 100644
--- a/chapter05/perl.xml
+++ b/chapter05/perl.xml
@@ -48,19 +48,13 @@
<screen><userinput remap="pre">patch -Np1 -i ../&perl-libc-patch;</userinput></screen>
- <para>The configuration script needs to be adjusted to run in the restricted
- LFS environment:</para>
-
-<screen><userinput remap="pre">chmod -v 0775 Configure
-sed -i -e '/Restore computed paths/i libswanted=""' Configure</userinput></screen>
-
<para>Prepare Perl for compilation:</para>
<screen><userinput remap="configure">sh Configure -des -Dprefix=/tools</userinput></screen>
<para>Build the package:</para>
-<screen><userinput remap="make">make CLDFLAGS='-lm'</userinput></screen>
+<screen><userinput remap="make">make</userinput></screen>
<para>Although Perl comes with a test suite, it would be better to wait
until it is insalled in the next chapter.</para>