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 "IPFire 2.x development tree".
The branch, master has been updated via f3905bf8173bfc407dba284aae52034195766f84 (commit) from 211ca1f52bb9591ece685a123527c8390ff20b91 (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 f3905bf8173bfc407dba284aae52034195766f84 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Fri May 6 11:43:01 2011 +0200
perl: fix full toolchain build
-----------------------------------------------------------------------
Summary of changes: lfs/perl | 2 +- ...5.8.8-libc-2.patch => perl-5.12.3-libc-2.patch} | 0 2 files changed, 1 insertions(+), 1 deletions(-) rename src/patches/{perl-5.8.8-libc-2.patch => perl-5.12.3-libc-2.patch} (100%)
Difference in files: diff --git a/lfs/perl b/lfs/perl index 822249f..f507544 100644 --- a/lfs/perl +++ b/lfs/perl @@ -88,7 +88,7 @@ ifeq "$(ROOT)" "" cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install else - cd $(DIR_APP) && ./configure.gnu --prefix=/tools -Dstatic_ext='Data/Dumper Fcntl IO POSIX' + cd $(DIR_APP) && ./configure.gnu --prefix=/tools -Dstatic_ext='Data/Dumper Fcntl IO' cd $(DIR_APP) && sed -i 's/^0$$//' makefile cd $(DIR_APP) && sed -i 's/^0$$//' x2p/makefile cd $(DIR_APP) && make perl utilities diff --git a/src/patches/perl-5.12.3-libc-2.patch b/src/patches/perl-5.12.3-libc-2.patch new file mode 100644 index 0000000..f31910b --- /dev/null +++ b/src/patches/perl-5.12.3-libc-2.patch @@ -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" diff --git a/src/patches/perl-5.8.8-libc-2.patch b/src/patches/perl-5.8.8-libc-2.patch deleted file mode 100644 index f31910b..0000000 --- a/src/patches/perl-5.8.8-libc-2.patch +++ /dev/null @@ -1,32 +0,0 @@ -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"
hooks/post-receive -- IPFire 2.x development tree