* [PATCH] perl-native: Specifically undefine other gdbm paths
@ 2015-06-29 8:17 Richard Purdie
0 siblings, 0 replies; only message in thread
From: Richard Purdie @ 2015-06-29 8:17 UTC (permalink / raw)
To: openembedded-core
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>
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 488871a..dbcf2a6 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 \
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2015-06-29 8:17 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-29 8:17 [PATCH] perl-native: Specifically undefine other gdbm paths Richard Purdie
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox