Author: jim
Date: 2006-06-19 19:31:44 -0600 (Mon, 19 Jun 2006)
New Revision: 1793
Modified:
/
trunk/BOOK/
trunk/BOOK/final-system/common/perl.xml
trunk/BOOK/final-system/multilib/perl-64bit.xml
trunk/BOOK/introduction/common/changelog.xml
trunk/BOOK/patches.ent
Log:
[EMAIL PROTECTED] (orig r1853): jim | 2006-06-19 18:29:11 -0700
[EMAIL PROTECTED]: jim | 2006-06-19 18:25:53 -0700
Updated Linux MIPS Patch. Made Perl Use threads
Property changes on:
___________________________________________________________________
Name: svk:merge
- b6734a72-470d-0410-b049-f317dca95413:/:1852
+ b6734a72-470d-0410-b049-f317dca95413:/:1853
Property changes on: trunk/BOOK
___________________________________________________________________
Name: svk:merge
- 38c7b366-470d-0410-a457-935707c16d9b:/cross-lfs:3940
3949c430-d905-0410-97b6-f115d20341b5:/cross-lfs:1422
3b7552df-c20a-0410-b7e1-d7eaf1be8828:/cross-lfs:1269
b6734a72-470d-0410-b049-f317dca95413:/trunk/BOOK:1406
f6929928-7304-0410-9559-ff6106abff4d:/cross-lfs:790
+ 38c7b366-470d-0410-a457-935707c16d9b:/cross-lfs:3982
3949c430-d905-0410-97b6-f115d20341b5:/cross-lfs:1422
3b7552df-c20a-0410-b7e1-d7eaf1be8828:/cross-lfs:1269
b6734a72-470d-0410-b049-f317dca95413:/trunk/BOOK:1406
f6929928-7304-0410-9559-ff6106abff4d:/cross-lfs:790
Modified: trunk/BOOK/final-system/common/perl.xml
===================================================================
--- trunk/BOOK/final-system/common/perl.xml 2006-06-20 01:31:35 UTC (rev
1792)
+++ trunk/BOOK/final-system/common/perl.xml 2006-06-20 01:31:44 UTC (rev
1793)
@@ -40,7 +40,8 @@
<screen os="b"><userinput>./configure.gnu --prefix=/usr \
-Dman1dir=/usr/share/man/man1 \
-Dman3dir=/usr/share/man/man3 \
- -Dpager="/bin/less -isR"</userinput></screen>
+ -Dpager="/bin/less -isR" \
+ -Dusethreads</userinput></screen>
<variablelist os="c">
<title>The meaning of the configure option:</title>
@@ -60,6 +61,12 @@
man pages for Perl. Issuing these parameters overrides this
decision.</para>
</listitem>
</varlistentry>
+ <varlistentry os="c3">
+ <term><parameter>-Dusethreads</parameter></term>
+ <listitem>
+ <para>This tells Perl to use threads.</para>
+ </listitem>
+ </varlistentry>
</variablelist>
<para os="d">Compile the package:</para>
Modified: trunk/BOOK/final-system/multilib/perl-64bit.xml
===================================================================
--- trunk/BOOK/final-system/multilib/perl-64bit.xml 2006-06-20 01:31:35 UTC
(rev 1792)
+++ trunk/BOOK/final-system/multilib/perl-64bit.xml 2006-06-20 01:31:44 UTC
(rev 1793)
@@ -63,7 +63,8 @@
-Dman3dir=/usr/share/man/man3 \
-Dpager="/bin/less -isR" \
-Dlibpth="/usr/local/lib64 /lib64 /usr/lib64" \
- -Dcc="gcc ${BUILD64}"</userinput></screen>
+ -Dcc="gcc ${BUILD64}" \
+ -Dusethreads</userinput></screen>
<variablelist os="m4">
<title>The meaning of the new configure option:</title>
@@ -83,6 +84,10 @@
href="../common/perl.xml"
xpointer="xpointer(//[EMAIL PROTECTED]'c2'])"/>
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+ href="../common/perl.xml"
+ xpointer="xpointer(//[EMAIL PROTECTED]'c3'])"/>
+
</variablelist>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Modified: trunk/BOOK/introduction/common/changelog.xml
===================================================================
--- trunk/BOOK/introduction/common/changelog.xml 2006-06-20 01:31:35 UTC
(rev 1792)
+++ trunk/BOOK/introduction/common/changelog.xml 2006-06-20 01:31:44 UTC
(rev 1793)
@@ -54,6 +54,15 @@
</listitem>
<listitem>
+ <para>June 15, 2006</para>
+ <itemizedlist>
+ <listitem>
+ <para>[jim] - Let Perl use thread support.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>June 14, 2006</para>
<itemizedlist>
<listitem>
Modified: trunk/BOOK/patches.ent
===================================================================
--- trunk/BOOK/patches.ent 2006-06-20 01:31:35 UTC (rev 1792)
+++ trunk/BOOK/patches.ent 2006-06-20 01:31:44 UTC (rev 1793)
@@ -189,8 +189,8 @@
<!ENTITY grep-mips_update-patch-size "48 KB">
<!ENTITY linux-mips-patch "linux-&linux-version;-mips-1.patch">
-<!ENTITY linux-mips-patch-md5 "adb1ed81a6dfe2430fda4fb46806cf8a">
-<!ENTITY linux-mips-patch-size "864 KB">
+<!ENTITY linux-mips-patch-md5 "2b6dd81e8321b12acd736a8445411dd9">
+<!ENTITY linux-mips-patch-size "1 MB">
<!-- this is also used for ppc64 -->
<!ENTITY mktemp-update-patch "mktemp-&mktemp-version;-config_update-1.patch">
--
http://linuxfromscratch.org/mailman/listinfo/cross-lfs
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page