aboutsummaryrefslogtreecommitdiffstats
path: root/packages/perl/perl-native_5.8.8.bb
diff options
context:
space:
mode:
authorJamie Lenehan <lenehan@twibble.org>2007-06-07 05:17:14 +0000
committerJamie Lenehan <lenehan@twibble.org>2007-06-07 05:17:14 +0000
commita5f0bf16d2273f5541bfeb0ccabf4a564fe0602f (patch)
tree2ea6b85ff275e4e25a87a6c6004470899cf5f184 /packages/perl/perl-native_5.8.8.bb
parent78c7219f57fbcfdd631c486d59fa96e8de4e6cab (diff)
downloadopenembedded-a5f0bf16d2273f5541bfeb0ccabf4a564fe0602f.tar.gz
perl-native 5.8.8: Fix for building with SSP-modified host gcc's, as
requested in bug #1980. Closes #1980.
Diffstat (limited to 'packages/perl/perl-native_5.8.8.bb')
-rw-r--r--packages/perl/perl-native_5.8.8.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/perl/perl-native_5.8.8.bb b/packages/perl/perl-native_5.8.8.bb
index d4896daa12..dd9a581614 100644
--- a/packages/perl/perl-native_5.8.8.bb
+++ b/packages/perl/perl-native_5.8.8.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "http://www.perl.org/"
SECTION = "libs"
LICENSE = "Artistic|GPL"
DEPENDS = "virtual/db-native gdbm-native"
-PR = "r10"
+PR = "r11"
FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/perl-${PV}"
@@ -14,7 +14,8 @@ 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-makedepend-dash.patch;patch=1 \
+ file://native-ssp.patch;patch=1"
S = "${WORKDIR}/perl-${PV}"