diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2014-06-04 18:52:33 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2014-06-04 18:52:33 +0000 |
commit | 5ef820bf04515887f5aa1b41db1272b811294395 (patch) | |
tree | 31265dd64f28bcc0109805255dfc675999b19f50 /chapter05/perl.xml | |
parent | 2cf50d29e5fb80a7e17d8fc75fea58c88de9d0e9 (diff) |
Update to e2fsprogs-1.42.10
Update to grep-2.20
Update to perl-5.20.0
Update to man-pages-3.68
Update to tzdata-2014d
Update to check-0.9.13
Update to linux-3.14.5
Update to eudev-1.7
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10571 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/perl.xml')
-rw-r--r-- | chapter05/perl.xml | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/chapter05/perl.xml b/chapter05/perl.xml index bad873d63..401a94d07 100644 --- a/chapter05/perl.xml +++ b/chapter05/perl.xml @@ -42,15 +42,17 @@ <sect2 role="installation"> <title>Installation of Perl</title> - +<!-- <para>First apply the following patch to adapt some hard-wired paths to the C library:</para> <screen><userinput remap="pre">patch -Np1 -i ../&perl-libc-patch;</userinput></screen> - + + Note: -Dlibs=-lm below avoids looking for gdbm and db libraries causing failure +--> <para>Prepare Perl for compilation:</para> -<screen><userinput remap="configure">sh Configure -des -Dprefix=/tools</userinput></screen> +<screen><userinput remap="configure">sh Configure -des -Dprefix=/tools -Dlibs=-lm</userinput></screen> <para>Build the package:</para> |