mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-18 19:29:21 +01:00
updated Perl patch for the new /tools dir
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2742 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
8eaa589dca
commit
917e8427d6
@ -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
|
||||
|
@ -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"/>
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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;">
|
||||
|
Loading…
Reference in New Issue
Block a user