Changeset 3508ede
- Timestamp:
- May 19, 2007, 10:11:27 AM (18 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 6619a8c
- Parents:
- 5996e571
- Files:
-
- 1 added
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/perl.xml
r5996e571 r3508ede 25 25 <sect2 role="installation"> 26 26 <title>Installation of Perl</title> 27 28 <para os="p1">The following patch causes makedepend.sh to also remove 29 <literal><command-line></literal> as well as 30 <literal><command line></literal>:</para> 31 32 <screen os="p2"><userinput>patch -Np1 -i ../&perl-gcc42_fix-patch;</userinput></screen> 27 33 28 34 <para os="s1">The following sed causes <filename>DynaLoader.a</filename> -
BOOK/final-system/common/temp-perl.xml
r5996e571 r3508ede 22 22 <sect2 role="installation"> 23 23 <title>Installation of Perl</title> 24 25 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 26 href="../common/perl.xml" 27 xpointer="xpointer(//*[@os='p1'])"/> 28 29 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 30 href="../common/perl.xml" 31 xpointer="xpointer(//*[@os='p2'])"/> 24 32 25 33 <para os="a">First adapt some hard-wired paths to the C library by applying -
BOOK/final-system/multilib/perl-64bit.xml
r5996e571 r3508ede 21 21 <sect2 role="installation"> 22 22 <title>Installation of Perl</title> 23 24 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 25 href="../common/perl.xml" 26 xpointer="xpointer(//*[@os='p1'])"/> 27 28 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 29 href="../common/perl.xml" 30 xpointer="xpointer(//*[@os='p2'])"/> 23 31 24 32 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/final-system/multilib/perl-n32.xml
r5996e571 r3508ede 22 22 <sect2 role="installation"> 23 23 <title>Installation of Perl</title> 24 25 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 26 href="../common/perl.xml" 27 xpointer="xpointer(//*[@os='p1'])"/> 28 29 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 30 href="../common/perl.xml" 31 xpointer="xpointer(//*[@os='p2'])"/> 24 32 25 33 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/final-system/multilib/perl.xml
r5996e571 r3508ede 22 22 <sect2 role="installation"> 23 23 <title>Installation of Perl</title> 24 25 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 26 href="../common/perl.xml" 27 xpointer="xpointer(//*[@os='p1'])"/> 28 29 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 30 href="../common/perl.xml" 31 xpointer="xpointer(//*[@os='p2'])"/> 24 32 25 33 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/introduction/common/changelog.xml
r5996e571 r3508ede 36 36 </listitem> 37 37 --> 38 39 <listitem> 40 <para>May 19, 2007</para> 41 <itemizedlist> 42 <listitem> 43 <para>[jciccone] - Added a patch to Perl that accounts for a change 44 in GCC 4.2.0. The patch causes makedepend.sh to also remove 45 <literal><command-line></literal> as well as 46 <literal><command line></literal>.</para> 47 </listitem> 48 </itemizedlist> 49 </listitem> 38 50 39 51 <listitem> -
BOOK/materials/common/patches.xml
r5996e571 r3508ede 173 173 174 174 <varlistentry> 175 <term>Perl GCC 4.2.0 Fix Patch - <token>&perl-gcc42_fix-patch-size;</token>:</term> 176 <listitem> 177 <para>Download: <ulink 178 url="&patches-root;&perl-gcc42_fix-patch;"/></para> 179 <para>MD5 sum: <literal>&perl-gcc42_fix-patch-md5;</literal></para> 180 </listitem> 181 </varlistentry> 182 183 <varlistentry> 175 184 <term>Perl Libc Patch - <token>&perl-libc-patch-size;</token>:</term> 176 185 <listitem> -
BOOK/patches.ent
r5996e571 r3508ede 73 73 <!ENTITY ncurses-bashfix-patch-size "4 KB"> 74 74 75 <!ENTITY perl-gcc42_fix-patch "perl-&perl-version;-gcc42_fix-1.patch"> 76 <!ENTITY perl-gcc42_fix-patch-md5 "cd84d28231ea7f23d7e619d9304cc741"> 77 <!ENTITY perl-gcc42_fix-patch-size "4 KB"> 78 75 79 <!ENTITY perl-libc-patch "perl-&perl-version;-libc-2.patch"> 76 80 <!ENTITY perl-libc-patch-md5 "3bf8aef1fb6eb6110405e699e4141f99">
Note:
See TracChangeset
for help on using the changeset viewer.