From b868f6784f57db569bf300722324b3c8869de7bc Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 31 Mar 2011 20:56:35 -0700 Subject: perl_5.12.2.bb: Undefine features not found in uclibc [sgw: cleaned whitespace issue, removed unneeded ;patch=1] Signed-off-by: Khem Raj Signed-off-by: Saul Wold --- meta/recipes-devtools/perl/perl-5.12.3/native-ssp.patch | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 meta/recipes-devtools/perl/perl-5.12.3/native-ssp.patch (limited to 'meta/recipes-devtools/perl/perl-5.12.3/native-ssp.patch') 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"' -- cgit v1.2.3