[Clfs-commits] commit: r4509 - in /trunk/BOOK: final-system/common/temp-perl.xml final-system/multilib/temp-perl.xml introduction/common/changelog.xml

svn at cross-lfs.org svn at cross-lfs.org
Mon Jan 19 15:04:38 PST 2009


Author: jim
Date: Mon Jan 19 23:04:38 2009
New Revision: 4509

Log:
Updates to Temp-Perl

Modified:
    trunk/BOOK/final-system/common/temp-perl.xml
    trunk/BOOK/final-system/multilib/temp-perl.xml
    trunk/BOOK/introduction/common/changelog.xml

Modified: trunk/BOOK/final-system/common/temp-perl.xml
==============================================================================
--- trunk/BOOK/final-system/common/temp-perl.xml (original)
+++ trunk/BOOK/final-system/common/temp-perl.xml Mon Jan 19 23:04:38 2009
@@ -27,12 +27,13 @@
 
 <screen os="b"><userinput>patch -Np1 -i ../&perl-libc-patch;</userinput></screen>
 
-<para os="c">Prepare Perl for compilation (make sure to get the 'Data/Dumper
-Fcntl IO POSIX' part of the command correct—they are all
-letters):</para>
+    <para os="s1">Change the hardcoded path from /usr/include to /tools/include:</para>
 
-<screen os="d"><userinput>./configure.gnu --prefix=/tools \
-   -Dstatic_ext='Data/Dumper IO Fcntl POSIX' -Dcc="gcc"</userinput></screen>
+<screen os="s2"><userinput>sed -i 's@/usr/include@/tools/include at g' ext/Errno/Errno_pm.PL</userinput></screen>
+
+<para os="c">Prepare Tar for compilation:</para>
+
+<screen os="d"><userinput>./configure.gnu --prefix=/tools -Dcc="gcc"</userinput></screen>
 
     <variablelist os="e">
       <title>The meaning of the configure option:</title>

Modified: trunk/BOOK/final-system/multilib/temp-perl.xml
==============================================================================
--- trunk/BOOK/final-system/multilib/temp-perl.xml (original)
+++ trunk/BOOK/final-system/multilib/temp-perl.xml Mon Jan 19 23:04:38 2009
@@ -30,12 +30,19 @@
     href="../common/temp-perl.xml"
     xpointer="xpointer(//*[@os='b'])"/>
 
-<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="../common/temp-perl.xml"
+    xpointer="xpointer(//*[@os='s1'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="../common/temp-perl.xml"
+    xpointer="xpointer(//*[@os='s2'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     href="../common/temp-perl.xml"
     xpointer="xpointer(//*[@os='c'])"/>
 
-<screen os="c"><userinput>./configure.gnu --prefix=/tools \
-    -Dstatic_ext='Data/Dumper IO Fcntl POSIX' -Dcc="gcc ${BUILD32}"</userinput></screen>
+<screen os="d"><userinput>./configure.gnu --prefix=/tools  -Dcc="gcc ${BUILD32}"</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     href="../common/temp-perl.xml"

Modified: trunk/BOOK/introduction/common/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/common/changelog.xml (original)
+++ trunk/BOOK/introduction/common/changelog.xml Mon Jan 19 23:04:38 2009
@@ -35,6 +35,15 @@
       </itemizedlist>
     </listitem>
 -->
+
+    <listitem>
+      <para>January 19, 2009</para>
+      <itemizedlist>
+        <listitem>
+          <para>[Jim] - Cleaned up Temp-Perl and fixed new issue.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
 
     <listitem>
       <para>January 18, 2009</para>




More information about the Clfs-commits mailing list