From c3c9f0f7c9a3746d10d807aadea43d6627ee17c1 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Mon, 29 Jun 2015 09:17:20 +0100 Subject: 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 --- meta/recipes-devtools/perl/perl-native_5.22.0.bb | 2 ++ 1 file changed, 2 insertions(+) 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 488871a51d..dbcf2a6d49 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 \ -- cgit 1.2.3-korg