diff options
Diffstat (limited to 'recipes/perl')
-rw-r--r-- | recipes/perl/perl-native_5.8.8.bb | 3 |
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 \ |