- Timestamp:
- Aug 25, 2009, 4:24:18 PM (15 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 243290f
- Parents:
- d316e1e
- Location:
- patches
- Files:
-
- 2 moved
Legend:
- Unmodified
- Added
- Removed
-
patches/perl-5.10.1-Configure_multilib-1.patch
rd316e1e r1bf0ff5 1 Submitted By: Ryan Oliver <ryan(dot)oliver(at)pha(dot)com(dot)au> 2 Date: 2005-10-20 3 Initial Package Version: 5.8.7 4 Rediffed against 5.10.0 by Joe Ciccone on 2008-08-30 1 Submitted By: Ryan Oliver <ryan dot oliver at pha dot com dot au> 2 Date: 2009-08-25 3 Initial Package Version: 5.10.1 5 4 Origin: Ryan Oliver 6 Description: this patch allows perl to be installed in /usr/lib32 or /usr/lib64 instead of /usr/lib. 5 Upstream Status: Unknown 6 Description: This patch allows perl to be installed in /usr/lib32 7 or /usr/lib64 instead of /usr/lib. 7 8 8 diff -Naur perl-5.10.0.orig/Configure perl-5.10.0/Configure 9 --- perl-5.10.0.orig/Configure 2007-12-18 05:47:07.000000000 -0500 10 +++ perl-5.10.0/Configure 2008-08-31 11:56:58.000000000 -0400 11 @@ -6174,6 +6174,8 @@ 9 Rediffed: Against 5.10.0 by Joe Ciccone on 2008-08-30 10 Against 5.10.1 By Jim Gifford on 2009-08-25 11 12 diff -Naur perl-5.10.1.orig/Configure perl-5.10.1/Configure 13 --- perl-5.10.1.orig/Configure 2009-08-18 12:03:53.000000000 -0700 14 +++ perl-5.10.1/Configure 2009-08-25 16:15:34.000000000 -0700 15 @@ -6236,6 +6236,8 @@ 12 16 : The default "style" setting is made in installstyle.U 13 17 case "$installstyle" in … … 18 22 esac 19 23 eval $prefixit 20 @@ -64 06,6 +6408,8 @@24 @@ -6484,6 +6486,8 @@ 21 25 case "$sitelib" in 22 26 '') case "$installstyle" in … … 27 31 esac 28 32 ;; 29 @@ - 6912,6 +6916,8 @@33 @@ -7002,6 +7006,8 @@ 30 34 prog=`echo $package | $sed 's/-*[0-9.]*$//'` 31 35 case "$installstyle" in -
patches/perl-5.10.1-libc-1.patch
rd316e1e r1bf0ff5 1 Submitted By: Anderson Lizardo <andersonlizardo(at)yahoo(dot)com(dot)br>2 Date: 200 6-02-153 Initial Package Version: 5. 8.84 Rediffed against 5.10.0 by Joe Ciccone on 2008-08-30 5 Origin: based on current LFS-BOOK patch (perl-5.8.0-libc-2.patch) 6 Description: this patch adapts some hard-wired paths to the C library.1 Submitted By: Ryan Oliver <ryan dot oliver at pha dot com dot au> 2 Date: 2009-08-25 3 Initial Package Version: 5.10.1 4 Origin: Ryan Oliver 5 Upstream Status: Unknown 6 Description: This patch adapts some hard-wired paths to the C library. 7 7 It uses the $prefix variable to locate the correct libc. 8 8 9 diff -Naur perl-5.10.0.orig/hints/linux.sh perl-5.10.0/hints/linux.sh 10 --- perl-5.10.0.orig/hints/linux.sh 2007-12-18 05:47:07.000000000 -0500 11 +++ perl-5.10.0/hints/linux.sh 2008-08-31 11:57:41.000000000 -0400 12 @@ -60,9 +60,9 @@ 9 Rediffed: Against 5.10.0 by Joe Ciccone on 2008-08-30 10 Against 5.10.1 By Jim Gifford on 2009-08-25 11 12 diff -Naur perl-5.10.1.orig/hints/linux.sh perl-5.10.1/hints/linux.sh 13 --- perl-5.10.1.orig/hints/linux.sh 2009-02-12 14:58:12.000000000 -0800 14 +++ perl-5.10.1/hints/linux.sh 2009-08-25 16:20:12.000000000 -0700 15 @@ -63,9 +63,9 @@ 13 16 # We don't use __GLIBC__ and __GLIBC_MINOR__ because they 14 17 # are insufficiently precise to distinguish things like … … 23 26 24 27 # Configure may fail to find lstat() since it's a static/inline 25 @@ -4 23,3 +423,8 @@28 @@ -436,3 +436,8 @@ 26 29 libswanted="$libswanted pthread" 27 30 ;;
Note:
See TracChangeset
for help on using the changeset viewer.