Changeset 917e842


Ignore:
Timestamp:
09/06/2003 12:43:46 AM (21 years ago)
Author:
Jeremy Utley <jeremy@…>
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, 6.0, 6.1, 6.1.1, 6.3, 6.4, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 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, v5_0, v5_1, v5_1_1, 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:
e7e5590
Parents:
8eaa589
Message:

updated Perl patch for the new /tools dir

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

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r8eaa589 r917e842  
    8383</para></listitem>
    8484
     85<listitem><para>September 5th, 2003 [jeremy]: Corrected perl libc patch to -2,
     86changing the old /stage1 structure to /tools</para></listitem>
     87
    8588<listitem><para>September 5th, 2003 [matt]: Chapter 6 - Updated gcc specs patch
    8689and upgraded to man-1.5m2</para></listitem>
  • chapter04/chapter04.xml

    r8eaa589 r917e842  
    269269
    270270Perl Libc Patch (&perl-libc-patch-version;) - &perl-libc-patch-size;:
    271 <ulink url="&http;/perl-&perl-libc-patch-version;-libc.patch"/>
     271<ulink url="&http;/perl-&perl-libc-patch-version;.patch"/>
    272272
    273273Procps Patch (&procps-patch-version;) - &procps-patch-size;:
  • chapter05/perl-inst.xml

    r8eaa589 r917e842  
    55<para>First adapt some hard-wired paths to the C library:</para>
    66
    7 <para><screen><userinput>patch -Np1 -i ../perl-&perl-version;-libc.patch</userinput></screen></para>
     7<para><screen><userinput>patch -Np1 -i ../perl-&perl-libc-patch-version;.patch</userinput></screen></para>
    88
    99<para>And make sure some static extensions get built:</para>
  • entities/perl.ent

    r8eaa589 r917e842  
    1717<!ENTITY perl-depversion "5.6.1">
    1818<!ENTITY perl-contversion "5.6.1">
    19 <!ENTITY perl-libc-patch-version "5.8.0">
     19<!ENTITY perl-libc-patch-version "5.8.0-libc-2">
    2020<!ENTITY perl-libc-patch-size "1 KB">
    2121<!ENTITY perl-size "10,765 KB">
  • index.xml

    r8eaa589 r917e842  
    44
    55
    6 <!ENTITY version "20030904">
    7 <!ENTITY releasedate "September 4rd, 2003">
     6<!ENTITY version "20030905">
     7<!ENTITY releasedate "September 5th, 2003">
    88<!ENTITY nbsp " ">
    99
Note: See TracChangeset for help on using the changeset viewer.