Changeset 676c316


Ignore:
Timestamp:
06/04/2012 09:37:32 PM (12 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
933ef25
Parents:
f8deba0e
Message:

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    rf8deba0e r676c316  
    4040      <para>2012-06-04</para>
    4141      <itemizedlist>
     42         <listitem>
     43           <para>[bdubbs] - Incorporate perl fixes from 2012-06-03
     44           in the perl patch.</para>
     45         </listitem>
    4246         <listitem>
    4347           <para>[matthew] - Upgrade to Psmisc-22.17. Fixes
  • chapter05/perl.xml

    rf8deba0e r676c316  
    4949<screen><userinput remap="pre">patch -Np1 -i ../&perl-libc-patch;</userinput></screen>
    5050
    51     <para>The configuration script needs to be adjusted to run in the restricted
    52     LFS environment:</para>
    53 
    54 <screen><userinput remap="pre">chmod -v 0775 Configure
    55 sed -i -e '/Restore computed paths/i libswanted=""' Configure</userinput></screen>
    56 
    5751    <para>Prepare Perl for compilation:</para>
    5852
     
    6155    <para>Build the package:</para>
    6256
    63 <screen><userinput remap="make">make CLDFLAGS='-lm'</userinput></screen>
     57<screen><userinput remap="make">make</userinput></screen>
    6458
    6559    <para>Although Perl comes with a test suite, it would be better to wait
  • patches.ent

    rf8deba0e r676c316  
    7676
    7777
    78 <!ENTITY perl-libc-patch "perl-&perl-version;-libc-1.patch">
    79 <!ENTITY perl-libc-patch-md5 "23682f20b6785e97f99d33be7719c9d6">
    80 <!ENTITY perl-libc-patch-size "1 KB">
     78<!ENTITY perl-libc-patch "perl-&perl-version;-libc-2.patch">
     79<!ENTITY perl-libc-patch-md5 "daf5c64fd7311e924966842680535f8f">
     80<!ENTITY perl-libc-patch-size "1.6 KB">
    8181
    8282
Note: See TracChangeset for help on using the changeset viewer.