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:38:22 +0100 |
commit | c3c9f0f7c9a3746d10d807aadea43d6627ee17c1 (patch) | |
tree | 9f4c7c61369b0387a1b40b3b2ef091c4303e57af /meta/recipes-devtools | |
parent | e54437b7e7c5f1b8c33627b3914f896724207837 (diff) | |
download | openembedded-core-c3c9f0f7c9a3746d10d807aadea43d6627ee17c1.tar.gz openembedded-core-c3c9f0f7c9a3746d10d807aadea43d6627ee17c1.tar.bz2 openembedded-core-c3c9f0f7c9a3746d10d807aadea43d6627ee17c1.zip |
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 <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-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 () { -Ui_db \ -Ui_ndbm \ -Ui_gdbm \ + -Ui_gdbm_ndbm \ + -Ui_gdbmndbm \ -Di_shadow \ -Di_syslog \ -Duseperlio \ |