From: Richard Purdie Date: Mon, 29 Jun 2015 08:17:20 +0000 (+0100) Subject: perl-native: Specifically undefine other gdbm paths X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~29923 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c3c9f0f7c9a3746d10d807aadea43d6627ee17c1;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git perl-native: Specifically undefine other gdbm paths There is an outside chance gdbm could be found at these other locations, undefine them along with the other variables for completeness. Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/perl/perl-native_5.22.0.bb b/meta/recipes-devtools/perl/perl-native_5.22.0.bb index 488871a51d2..dbcf2a6d492 100644 --- a/meta/recipes-devtools/perl/perl-native_5.22.0.bb +++ b/meta/recipes-devtools/perl/perl-native_5.22.0.bb @@ -47,6 +47,8 @@ do_configure () { -Ui_db \ -Ui_ndbm \ -Ui_gdbm \ + -Ui_gdbm_ndbm \ + -Ui_gdbmndbm \ -Di_shadow \ -Di_syslog \ -Duseperlio \