perl-native 5.8.8: Deactivate patch which unconditionally adds commandline
authorPaul Sokolovsky <pmiscml@gmail.com>
Sat, 9 Jun 2007 14:00:56 +0000 (14:00 +0000)
committerPaul Sokolovsky <pmiscml@gmail.com>
Sat, 9 Jun 2007 14:00:56 +0000 (14:00 +0000)
switches for some hacked gcc version, which are not recognized with official
gcc's.
* See #1980.

packages/perl/perl-native_5.8.8.bb

index dd9a581..ea839e0 100644 (file)
@@ -3,7 +3,7 @@ HOMEPAGE = "http://www.perl.org/"
 SECTION = "libs"
 LICENSE = "Artistic|GPL"
 DEPENDS = "virtual/db-native gdbm-native"
-PR = "r11"
+PR = "r12"
 
 FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/perl-${PV}"
 
@@ -14,8 +14,10 @@ SRC_URI = "http://ftp.funet.fi/pub/CPAN/src/perl-${PV}.tar.gz \
            file://native-nopacklist.patch;patch=1 \
            file://native-no-gdbminc.patch;patch=1 \
            file://native-perlinc.patch;patch=1 \
-           file://native-makedepend-dash.patch;patch=1 \
-           file://native-ssp.patch;patch=1"
+           file://native-makedepend-dash.patch;patch=1"
+
+# This sloppy patch breaks normal gcc
+#           file://native-ssp.patch;patch=1
 
 S = "${WORKDIR}/perl-${PV}"