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 "This git reposit keeps all the patches of the project.".
The branch, master has been updated via 22423e6830c1a96303361522c486eded40d9388d (commit) from 1ca4f6eb298080ba3f07dfcb9d480de88c347dbf (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 22423e6830c1a96303361522c486eded40d9388d Author: Michael Tremer michael.tremer@ipfire.org Date: Sat Jan 9 16:32:36 2010 +0100
Imported perl-5.10.1-libc-1.patch
-----------------------------------------------------------------------
Summary of changes: perl/perl-5.10.1-libc-1.patch | 31 +++++++++++++++++++++++++++++++ 1 files changed, 31 insertions(+), 0 deletions(-) create mode 100644 perl/perl-5.10.1-libc-1.patch
Difference in files: diff --git a/perl/perl-5.10.1-libc-1.patch b/perl/perl-5.10.1-libc-1.patch new file mode 100644 index 0000000..b075df8 --- /dev/null +++ b/perl/perl-5.10.1-libc-1.patch @@ -0,0 +1,31 @@ +Submitted By: Matt Burgess <matthew at linuxfromscratch dot org> +Date: 2009-08-25 +Initial Package Version: 5.10.1 +Origin: Not Submitted - LFS Specific +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.10.1.orig/hints/linux.sh perl-5.10.1/hints/linux.sh +--- perl-5.10.1.orig/hints/linux.sh 2009-02-12 22:58:12.000000000 +0000 ++++ perl-5.10.1/hints/linux.sh 2009-08-25 18:31:06.000000000 +0000 +@@ -63,9 +63,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 ++if test -L ${prefix}/lib/libc.so.6; then + libc=`ls -l /lib/libc.so.6 | awk '{print $NF}'` +- libc=/lib/$libc ++ libc=${prefix}/lib/$libc + fi + + # Configure may fail to find lstat() since it's a static/inline +@@ -436,3 +436,8 @@ + libswanted="$libswanted pthread" + ;; + esac ++ ++locincpth="" ++loclibpth="" ++glibpth="${prefix}/lib" ++usrinc="${prefix}/include"
hooks/post-receive -- This git reposit keeps all the patches of the project.