[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, sysvinit, updated. clfs-2.1.0-1166-g786babf

git git at cross-lfs.org
Fri May 30 04:47:46 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, sysvinit has been updated
       via  786babf658ad32bf4427e5a3f7abf6185446e012 (commit)
      from  c10bc24cfeff749707771d10d1e451a0f432aa37 (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 786babf658ad32bf4427e5a3f7abf6185446e012
Author: William Harrington <kb0iic at cross-lfs.org>
Date:   Thu May 29 20:47:13 2014 -0500

    Remove space in perl multilib patch and update size and md5 hash in patches.ent

diff --git a/BOOK/patches.ent b/BOOK/patches.ent
index 73ac868..07e0f73 100644
--- a/BOOK/patches.ent
+++ b/BOOK/patches.ent
@@ -81,8 +81,8 @@
 <!ENTITY iproute2-libdir-patch-size "1.990 KB">
 
 <!ENTITY perl-multilib-patch "perl-&perl-version;-Configure_multilib-1.patch">
-<!ENTITY perl-multilib-patch-md5 "6e6d589a09c746a2318b6200bd1aa733">
-<!ENTITY perl-multilib-patch-size "2.002 KB">
+<!ENTITY perl-multilib-patch-md5 "5bbf4bcabfc242ba3e2e2821b0db4951">
+<!ENTITY perl-multilib-patch-size "2.000 KB">
 
 <!-- Start of Pure64 patches -->
 
diff --git a/patches/perl-5.20.0-Configure_multilib-1.patch b/patches/perl-5.20.0-Configure_multilib-1.patch
index 9b08d46..cf36de2 100644
--- a/patches/perl-5.20.0-Configure_multilib-1.patch
+++ b/patches/perl-5.20.0-Configure_multilib-1.patch
@@ -8,7 +8,7 @@ Description: This patch allows perl to be installed in /usr/lib32
 
 diff -Naur perl-5.20.0.orig/Configure perl-5.20.0/Configure
 --- perl-5.20.0.orig/Configure	2014-05-26 13:34:18.000000000 +0000
-+++ perl-5.20.0/Configure	2014-05-29 13:23:29.534283207 +0000
++++ perl-5.20.0/Configure	2014-05-30 01:43:45.621522372 +0000
 @@ -1359,6 +1359,7 @@
  glibpth="$glibpth /usr/ccs/lib /usr/ucblib /usr/local/lib"
  test -f /usr/shlib/libc.so && glibpth="/usr/shlib $glibpth"
@@ -35,12 +35,11 @@ diff -Naur perl-5.20.0.orig/Configure perl-5.20.0/Configure
  	*)	 dflt=$siteprefix/lib/site_$prog/$version ;;
  	esac
  	;;
-@@ -7166,6 +7171,9 @@
+@@ -7166,6 +7171,8 @@
  		prog=`echo $package | $sed 's/-*[0-9.]*$//'`
  		case "$installstyle" in
  		*lib/perl5*) dflt=$vendorprefix/lib/$package/vendor_$prog/$version ;;
 +		*lib32/perl5*) dflt=$vendorprefix/lib32/$package/vendor_$prog/$version ;;
-+
 +		*lib64/perl5*) dflt=$vendorprefix/lib64/$package/vendor_$prog/$version ;;
  		*)	     dflt=$vendorprefix/lib/vendor_$prog/$version ;;
  		esac

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

Summary of changes:
 BOOK/patches.ent                               |    4 ++--
 patches/perl-5.20.0-Configure_multilib-1.patch |    5 ++---
 2 files changed, 4 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list