]> code.ossystems Code Review - openembedded-core.git/commitdiff
perl-native: Specifically undefine other gdbm paths
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 29 Jun 2015 08:17:20 +0000 (09:17 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 1 Jul 2015 14:38:22 +0000 (15:38 +0100)
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 <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/perl/perl-native_5.22.0.bb

index 488871a51d202c904736065f9b33219387dcf2b4..dbcf2a6d492f34012ea3cb36064be88a460f44c2 100644 (file)
@@ -47,6 +47,8 @@ do_configure () {
                -Ui_db \
                -Ui_ndbm \
                -Ui_gdbm \
+               -Ui_gdbm_ndbm \
+               -Ui_gdbmndbm \
                -Di_shadow \
                -Di_syslog \
                -Duseperlio \