Changeset 61ce0b1 for chapter05/perl.xml


Ignore:
Timestamp:
06/14/2014 07:51:45 PM (10 years ago)
Author:
DJ Lucas <dj@…>
Branches:
7.6-systemd, 7.7-systemd, 7.8-systemd, 7.9-systemd
Children:
c09761a
Parents:
6f34f43
Message:

Synchronized with LFS-SVN-20140611.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd/BOOK@10576 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter05/perl.xml

    r6f34f43 r61ce0b1  
    4343  <sect2 role="installation">
    4444    <title>Installation of Perl</title>
    45 
     45<!--
    4646    <para>First apply the following patch to adapt some hard-wired paths to the
    4747    C library:</para>
    4848
    4949<screen><userinput remap="pre">patch -Np1 -i ../&perl-libc-patch;</userinput></screen>
    50 
     50 
     51    Note: -Dlibs=-lm below avoids looking for gdbm and db libraries causing failure
     52-->
    5153    <para>Prepare Perl for compilation:</para>
    5254
    53 <screen><userinput remap="configure">sh Configure -des -Dprefix=/tools</userinput></screen>
     55<screen><userinput remap="configure">sh Configure -des -Dprefix=/tools -Dlibs=-lm</userinput></screen>
    5456
    5557    <para>Build the package:</para>
Note: See TracChangeset for help on using the changeset viewer.