Changeset f372d5a


Ignore:
Timestamp:
08/08/2007 05:47:18 AM (17 years ago)
Author:
Jeremy Huntwork <jhuntwork@…>
Children:
27a7dd9
Parents:
2cddf7e4
Message:

Fix Perl-5.8.8 to build with GCC-4.2.1.
Have makedepend.SH check for 'command-line' as well as 'command line'.

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r2cddf7e4 rf372d5a  
    4040      <para>2007-08-07</para>
    4141      <itemizedlist>
     42        <listitem>
     43          <para>[jhuntwork] - Fix Perl-5.8.8 to build with GCC-4.2.1.
     44          Have makedepend.SH check for 'command-line' as well as 'command line'.</para>
     45        </listitem>
    4246        <listitem>
    4347          <para>[jhuntwork] - Fix Coreutils-6.9 and Gzip-1.3.12 to work with Glibc-2.6.1.
  • chapter05/perl.xml

    r2cddf7e4 rf372d5a  
    4242
    4343<screen><userinput>patch -Np1 -i ../&perl-libc-patch;</userinput></screen>
     44
     45    <para>Fix an incompatibility with gcc-&gcc-version;:</para>
     46
     47<screen><userinput>mv -v makedepend.SH{,.orig}
     48sed 's/command /command[ -]/' makedepend.SH.orig &gt; makedepend.SH</userinput></screen>
    4449
    4550    <para>Prepare Perl for compilation (make sure to get the
  • chapter06/perl.xml

    r2cddf7e4 rf372d5a  
    4141
    4242<screen><userinput>echo "127.0.0.1 localhost $(hostname)" &gt; /etc/hosts</userinput></screen>
     43
     44    <para>Fix an incompatibility with gcc-&gcc-version;:</para>
     45
     46<screen><userinput>sed -i 's/command /command[ -]/' makedepend.SH</userinput></screen>
    4347
    4448    <para>To have full control over the way Perl is set up, you can run the
Note: See TracChangeset for help on using the changeset viewer.