diff options
-rw-r--r-- | chapter01/changelog.xml | 3 | ||||
-rw-r--r-- | chapter04/chapter04.xml | 2 | ||||
-rw-r--r-- | chapter05/perl-inst.xml | 2 | ||||
-rw-r--r-- | entities/perl.ent | 2 | ||||
-rw-r--r-- | index.xml | 4 |
5 files changed, 8 insertions, 5 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index f6e0749b2..ef16aa6cb 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -82,6 +82,9 @@ </itemizedlist> </para></listitem> +<listitem><para>September 5th, 2003 [jeremy]: Corrected perl libc patch to -2, +changing the old /stage1 structure to /tools</para></listitem> + <listitem><para>September 5th, 2003 [matt]: Chapter 6 - Updated gcc specs patch and upgraded to man-1.5m2</para></listitem> <listitem><para>September 4th, 2003 [jeremy]: Chapter 6 - Creating diff --git a/chapter04/chapter04.xml b/chapter04/chapter04.xml index c90f0c4cc..d5cdb9da2 100644 --- a/chapter04/chapter04.xml +++ b/chapter04/chapter04.xml @@ -268,7 +268,7 @@ Ncurses Vsscanf Patch (&ncurses-vsscanf-patch-version;) - &ncurses-vsscanf-patch <ulink url="&http;/ncurses-5.3-vsscanf.patch"/> Perl Libc Patch (&perl-libc-patch-version;) - &perl-libc-patch-size;: -<ulink url="&http;/perl-&perl-libc-patch-version;-libc.patch"/> +<ulink url="&http;/perl-&perl-libc-patch-version;.patch"/> Procps Patch (&procps-patch-version;) - &procps-patch-size;: <ulink url="&http;/procps-&procps-patch-version;.patch"/> diff --git a/chapter05/perl-inst.xml b/chapter05/perl-inst.xml index e093cb96c..498ad5f69 100644 --- a/chapter05/perl-inst.xml +++ b/chapter05/perl-inst.xml @@ -4,7 +4,7 @@ <para>First adapt some hard-wired paths to the C library:</para> -<para><screen><userinput>patch -Np1 -i ../perl-&perl-version;-libc.patch</userinput></screen></para> +<para><screen><userinput>patch -Np1 -i ../perl-&perl-libc-patch-version;.patch</userinput></screen></para> <para>And make sure some static extensions get built:</para> diff --git a/entities/perl.ent b/entities/perl.ent index 7556adf47..79471c298 100644 --- a/entities/perl.ent +++ b/entities/perl.ent @@ -16,7 +16,7 @@ <!ENTITY perl-version "5.8.0"> <!ENTITY perl-depversion "5.6.1"> <!ENTITY perl-contversion "5.6.1"> -<!ENTITY perl-libc-patch-version "5.8.0"> +<!ENTITY perl-libc-patch-version "5.8.0-libc-2"> <!ENTITY perl-libc-patch-size "1 KB"> <!ENTITY perl-size "10,765 KB"> <!ENTITY perl-dir "perl-&perl-version;"> @@ -3,8 +3,8 @@ "/usr/share/docbook/docbookx.dtd" [ -<!ENTITY version "20030904"> -<!ENTITY releasedate "September 4rd, 2003"> +<!ENTITY version "20030905"> +<!ENTITY releasedate "September 5th, 2003"> <!ENTITY nbsp " "> <!ENTITY ftp-root "ftp://ftp.linuxfromscratch.org"> |