Author: jim
Date: 2006-06-30 14:26:31 -0600 (Fri, 30 Jun 2006)
New Revision: 1867
Added:
trunk/patches/perl-5.8.8-libc-2.patch
Removed:
trunk/patches/perl-5.8.8-libc-1.patch
Modified:
/
Log:
[EMAIL PROTECTED] (orig r1947): jim | 2006-06-30 12:44:55 -0700
Update to Perl patch
Property changes on:
___________________________________________________________________
Name: svk:merge
- b6734a72-470d-0410-b049-f317dca95413:/:1945
+ b6734a72-470d-0410-b049-f317dca95413:/:1947
Deleted: trunk/patches/perl-5.8.8-libc-1.patch
===================================================================
--- trunk/patches/perl-5.8.8-libc-1.patch 2006-06-30 05:21:30 UTC (rev
1866)
+++ trunk/patches/perl-5.8.8-libc-1.patch 2006-06-30 20:26:31 UTC (rev
1867)
@@ -1,32 +0,0 @@
-Submitted By: Anderson Lizardo <andersonlizardo(at)yahoo(dot)com(dot)br>
-Date: 2006-02-02
-Initial Package Version: 5.8.8
-Origin: based on current LFS-BOOK patch (perl-5.8.0-libc-2.patch)
-Description: this patch adapts some hard-wired paths to the C library.
- It uses the $prefix variable to locate the correct libc.
-
- Updated to Perl 5.8.8 by Jim Gifford
-
-diff -Naur perl-5.8.8.orig/hints/linux.sh perl-5.8.8/hints/linux.sh
---- perl-5.8.8.orig/hints/linux.sh 2005-11-18 01:18:45.000000000 +0000
-+++ perl-5.8.8/hints/linux.sh 2006-02-02 17:20:36.000000000 +0000
-@@ -52,9 +52,9 @@
- # We don't use __GLIBC__ and __GLIBC_MINOR__ because they
- # are insufficiently precise to distinguish things like
- # libc-2.0.6 and libc-2.0.7.
--if test -L /lib/libc.so.6; then
-- libc=`ls -l /lib/libc.so.6 | awk '{print $NF}'`
-- libc=/lib/$libc
-+if test -L ${prefix}/lib/libc.so.6; then
-+ libc=`ls -l ${prefix}/lib/libc.so.6 | awk '{print $NF}'`
-+ libc=${prefix}/lib/$libc
- fi
-
- # Configure may fail to find lstat() since it's a static/inline
-@@ -330,3 +330,6 @@
- libswanted="$*"
- ;;
- esac
-+locincpth=""
-+loclibpth=""
-+glibpth="${prefix}/lib"
Added: trunk/patches/perl-5.8.8-libc-2.patch
===================================================================
--- trunk/patches/perl-5.8.8-libc-2.patch (rev 0)
+++ trunk/patches/perl-5.8.8-libc-2.patch 2006-06-30 20:26:31 UTC (rev
1867)
@@ -0,0 +1,32 @@
+Submitted By: Anderson Lizardo <andersonlizardo(at)yahoo(dot)com(dot)br>
+Date: 2006-02-15
+Initial Package Version: 5.8.8
+Origin: based on current LFS-BOOK patch (perl-5.8.0-libc-2.patch)
+Description: this patch adapts some hard-wired paths to the C library.
+ It uses the $prefix variable to locate the correct libc.
+
+diff -Naur perl-5.8.8.orig/hints/linux.sh perl-5.8.8/hints/linux.sh
+--- perl-5.8.8.orig/hints/linux.sh 2005-11-18 01:18:45.000000000 +0000
++++ perl-5.8.8/hints/linux.sh 2006-02-12 12:20:32.000000000 +0000
+@@ -52,9 +52,9 @@
+ # We don't use __GLIBC__ and __GLIBC_MINOR__ because they
+ # are insufficiently precise to distinguish things like
+ # libc-2.0.6 and libc-2.0.7.
+-if test -L /lib/libc.so.6; then
+- libc=`ls -l /lib/libc.so.6 | awk '{print $NF}'`
+- libc=/lib/$libc
++if test -L ${prefix}/lib/libc.so.6; then
++ libc=`ls -l ${prefix}/lib/libc.so.6 | awk '{print $NF}'`
++ libc=${prefix}/lib/$libc
+ fi
+
+ # Configure may fail to find lstat() since it's a static/inline
+@@ -330,3 +330,8 @@
+ libswanted="$*"
+ ;;
+ esac
++
++locincpth=""
++loclibpth=""
++glibpth="${prefix}/lib"
++usrinc="${prefix}/include"
--
http://linuxfromscratch.org/mailman/listinfo/cross-lfs
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page