diff options
author | Khem Raj <raj.khem@gmail.com> | 2011-03-31 20:56:35 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-04-28 10:11:06 +0100 |
commit | b868f6784f57db569bf300722324b3c8869de7bc (patch) | |
tree | 735da458e8de977b146955842e68016e573239eb /meta/recipes-devtools/perl | |
parent | 4b3e39a9dd491a8a6996fce8ed0d05074ea920f5 (diff) | |
download | openembedded-core-b868f6784f57db569bf300722324b3c8869de7bc.tar.gz openembedded-core-b868f6784f57db569bf300722324b3c8869de7bc.tar.bz2 openembedded-core-b868f6784f57db569bf300722324b3c8869de7bc.zip |
perl_5.12.2.bb: Undefine features not found in uclibc
[sgw: cleaned whitespace issue, removed unneeded ;patch=1]
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-devtools/perl')
-rw-r--r-- | meta/recipes-devtools/perl/perl-5.12.3/native-ssp.patch | 16 | ||||
-rw-r--r-- | meta/recipes-devtools/perl/perl_5.12.3.bb | 14 |
2 files changed, 7 insertions, 23 deletions
diff --git a/meta/recipes-devtools/perl/perl-5.12.3/native-ssp.patch b/meta/recipes-devtools/perl/perl-5.12.3/native-ssp.patch deleted file mode 100644 index e1e6f08735..0000000000 --- a/meta/recipes-devtools/perl/perl-5.12.3/native-ssp.patch +++ /dev/null @@ -1,16 +0,0 @@ -Upstream-Status:Inappropriate [embedded specific] - -Fix for compiling with ssp enabled gcc: -See http://bugs.openembedded.net/show_bug.cgi?id=1980 - -diff -Naur perl-5.8.7.orig/cflags.SH perl-5.8.7/cflags.SH ---- perl-5.8.7.orig/cflags.SH 2002-09-30 10:59:07.000000000 +0000 -+++ perl-5.8.7/cflags.SH 2005-10-02 04:08:39.000000000 +0000 -@@ -165,6 +165,8 @@ - esac - - : Can we perhaps use $ansi2knr here -+ [[ $file == regcomp ]] && export ccflags="${ccflags} -fno-stack-protector" -+ [[ $file == regexec ]] && export ccflags="${ccflags} -fno-stack-protector" - echo "$cc -c -DPERL_CORE $ccflags $optimize $warn" - eval "$also "'"$cc -DPERL_CORE -c $ccflags $optimize $warn"' diff --git a/meta/recipes-devtools/perl/perl_5.12.3.bb b/meta/recipes-devtools/perl/perl_5.12.3.bb index 07b8eacb3f..847ee59c30 100644 --- a/meta/recipes-devtools/perl/perl_5.12.3.bb +++ b/meta/recipes-devtools/perl/perl_5.12.3.bb @@ -58,13 +58,13 @@ SRC_URI = "http://www.cpan.org/src/5.0/perl-${PV}.tar.gz \ file://parallel_build_fix_4.patch \ file://parallel_build_fix_5.patch \ file://parallel_build_fix_6.patch \ - file://Makefile.SH.patch;patch=1 \ - file://installperl.patch;patch=1 \ - file://perl-dynloader.patch;patch=1 \ - file://perl-moreconfig.patch;patch=1 \ - file://letgcc-find-errno.patch;patch=1 \ - file://generate-sh.patch;patch=1 \ - file://09_fix_installperl.patch;patch=1 \ + file://Makefile.SH.patch \ + file://installperl.patch \ + file://perl-dynloader.patch \ + file://perl-moreconfig.patch \ + file://letgcc-find-errno.patch \ + file://generate-sh.patch \ + file://09_fix_installperl.patch \ file://native-perlinc.patch \ file://perl-enable-gdbm.patch \ file://cross-generate_uudmap.patch \ |