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.

(From OE-Core rev: c3c9f0f7c9a3746d10d807aadea43d6627ee17c1)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie 2015-06-29 09:17:20 +01:00
parent 3360f9343d
commit a3866484f8
1 changed files with 2 additions and 0 deletions

View File

@ -47,6 +47,8 @@ do_configure () {
-Ui_db \
-Ui_ndbm \
-Ui_gdbm \
-Ui_gdbm_ndbm \
-Ui_gdbmndbm \
-Di_shadow \
-Di_syslog \
-Duseperlio \