aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/perl
diff options
context:
space:
mode:
authorUlf Samuelsson <ulf.samuelsson@atmel.com>2009-07-21 19:01:18 +0200
committerUlf Samuelsson <ulf.samuelsson@atmel.com>2009-07-21 21:50:30 +0200
commit7d84efe3a7342bfc0bea964f8b4ec3d2dcd6475c (patch)
tree5f9ec883d2e2dc4d1d405bde13f9edc4b2ff9ced /recipes/perl
parentdeddb9a1bf4eeab54223cfdfe241b05e38a0cb10 (diff)
downloadopenembedded-7d84efe3a7342bfc0bea964f8b4ec3d2dcd6475c.tar.gz
Disable ODBM_File for native perl-5.8.8, since this will cause
the build to fail on x64 OpenSuSE 11.1
Diffstat (limited to 'recipes/perl')
-rw-r--r--recipes/perl/perl-native_5.8.8.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/perl/perl-native_5.8.8.bb b/recipes/perl/perl-native_5.8.8.bb
index 57e9e1c394..bde7638137 100644
--- a/recipes/perl/perl-native_5.8.8.bb
+++ b/recipes/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 = "r13"
+PR = "r14"
FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/perl-${PV}"
@@ -43,6 +43,7 @@ do_configure () {
-Dusethreads \
-Duseithreads \
-Duselargefiles \
+ -Dnoextensions=ODBM_File \
-Ud_dosuid \
-Ui_db \
-Ui_ndbm \