[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, master, updated. clfs-2.1.0-1163-gf626fce

git git at cross-lfs.org
Thu May 29 16:50:20 PDT 2014


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Cross-LFS Book".

The branch, master has been updated
       via  f626fce9cf84de937662e3c947d7394708b8c20a (commit)
      from  dbb297aa185fd9ec34db6f17a620727636307e3f (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit f626fce9cf84de937662e3c947d7394708b8c20a
Author: William Harrington <kb0iic at cross-lfs.org>
Date:   Thu May 29 08:49:53 2014 -0500

    Add command to multilib perl n32 and 64bit to properly set installstyle variable to use from the applied multilib patch.

diff --git a/BOOK/final-system/multilib/perl-64bit.xml b/BOOK/final-system/multilib/perl-64bit.xml
index cc9c3ad..79cfb9f 100644
--- a/BOOK/final-system/multilib/perl-64bit.xml
+++ b/BOOK/final-system/multilib/perl-64bit.xml
@@ -36,6 +36,11 @@
 
 <screen os="mp2"><userinput>patch -Np1 -i ../&perl-multilib-patch;</userinput></screen>
 
+    <para os="m2">We still need to tell Perl to actually use
+    <filename class="directory">lib64</filename>:</para>
+
+<screen os="m3"><userinput>echo 'installstyle="lib64/perl5"' >> hints/linux.sh</userinput></screen>
+
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../common/perl.xml"
     xpointer="xpointer(//*[@os='a'])"/>
diff --git a/BOOK/final-system/multilib/perl-n32.xml b/BOOK/final-system/multilib/perl-n32.xml
index 4bc4d10..c7d2a68 100644
--- a/BOOK/final-system/multilib/perl-n32.xml
+++ b/BOOK/final-system/multilib/perl-n32.xml
@@ -39,6 +39,11 @@
     href="perl-64bit.xml"
     xpointer="xpointer(//*[@os='mp2'])"/>
 
+    <para os="m2">We still need to tell perl to actually use
+    <filename class="directory">lib32</filename>:</para>
+
+<screen os="m3"><userinput>echo 'installstyle="lib32/perl5"' >> hints/linux.sh</userinput></screen>
+
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../common/perl.xml"
     xpointer="xpointer(//*[@os='a'])"/>

-----------------------------------------------------------------------

Summary of changes:
 BOOK/final-system/multilib/perl-64bit.xml |    5 +++++
 BOOK/final-system/multilib/perl-n32.xml   |    5 +++++
 2 files changed, 10 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list