diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-06-29 09:17:20 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-07-01 15:39:59 +0100 |
commit | a3866484f8e19d508029136a646859db45090046 (patch) | |
tree | 521e4145983f09105de10f4e6abf2bc630eb95dc /meta/recipes-devtools/perl | |
parent | 3360f9343dbcdbb7d12c2270ef5848966c4dd399 (diff) | |
download | poky-a3866484f8e19d508029136a646859db45090046.tar.gz |
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>
Diffstat (limited to 'meta/recipes-devtools/perl')
-rw-r--r-- | meta/recipes-devtools/perl/perl-native_5.22.0.bb | 2 |
1 files changed, 2 insertions, 0 deletions
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 () { | |||
47 | -Ui_db \ | 47 | -Ui_db \ |
48 | -Ui_ndbm \ | 48 | -Ui_ndbm \ |
49 | -Ui_gdbm \ | 49 | -Ui_gdbm \ |
50 | -Ui_gdbm_ndbm \ | ||
51 | -Ui_gdbmndbm \ | ||
50 | -Di_shadow \ | 52 | -Di_shadow \ |
51 | -Di_syslog \ | 53 | -Di_syslog \ |
52 | -Duseperlio \ | 54 | -Duseperlio \ |