diff options
author | Jamie Lenehan <lenehan@twibble.org> | 2007-06-02 07:16:17 +0000 |
---|---|---|
committer | Jamie Lenehan <lenehan@twibble.org> | 2007-06-02 07:16:17 +0000 |
commit | e8354b629f4de261b1e8d720dc8b0bced5df08e3 (patch) | |
tree | bbb14cde37bc19d80253f207d02aa36d494cead4 /packages/perl/perl_5.8.8.bb | |
parent | 1ba58b5b3826f57c21b49219ff459b44a4260ba2 (diff) |
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.
Diffstat (limited to 'packages/perl/perl_5.8.8.bb')
-rw-r--r-- | packages/perl/perl_5.8.8.bb | 3 |
1 files changed, 2 insertions, 1 deletions
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 \ |