perl 5.8.8: Fix for building under gcc 4.2 which was just added to OE. It
authorJamie Lenehan <lenehan@twibble.org>
Sat, 2 Jun 2007 07:16:17 +0000 (07:16 +0000)
committerJamie Lenehan <lenehan@twibble.org>
Sat, 2 Jun 2007 07:16:17 +0000 (07:16 +0000)
was already included being included in perl-native, but not in perl itself.

packages/perl/perl_5.8.8.bb

index d603c9d..edd0618 100644 (file)
@@ -5,7 +5,7 @@ LICENSE = "Artistic|GPL"
 PRIORITY = "optional"
 # We need gnugrep (for -I)
 DEPENDS = "virtual/db perl-native grep-native"
-PR = "r19"
+PR = "r20"
 
 # Major part of version
 PVM = "5.8"
@@ -17,6 +17,7 @@ SRC_URI = "ftp://ftp.funet.fi/pub/CPAN/src/perl-${PV}.tar.gz \
         file://perl-moreconfig.patch;patch=1 \
         file://letgcc-find-errno.patch;patch=1 \
         file://generate-sh.patch;patch=1 \
+        file://perl-5.8.8-gcc-4.2.patch;patch=1 \
         file://09_fix_installperl.patch;patch=1 \
         file://52_debian_extutils_hacks.patch;patch=1 \
         file://53_debian_mod_paths.patch;patch=1 \