From e8354b629f4de261b1e8d720dc8b0bced5df08e3 Mon Sep 17 00:00:00 2001 From: Jamie Lenehan Date: Sat, 2 Jun 2007 07:16:17 +0000 Subject: perl 5.8.8: Fix for building under gcc 4.2 which was just added to OE. It was already included being included in perl-native, but not in perl itself. --- packages/perl/perl_5.8.8.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'packages/perl') diff --git a/packages/perl/perl_5.8.8.bb b/packages/perl/perl_5.8.8.bb index d603c9d67d..edd0618a86 100644 --- a/packages/perl/perl_5.8.8.bb +++ b/packages/perl/perl_5.8.8.bb @@ -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 \ -- cgit 1.2.3-korg