diff options
-rw-r--r-- | meta/recipes-support/gdbm/gdbm_1.10.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-support/gdbm/gdbm_1.10.bb b/meta/recipes-support/gdbm/gdbm_1.10.bb index 6b68d27cce..498ad9985e 100644 --- a/meta/recipes-support/gdbm/gdbm_1.10.bb +++ b/meta/recipes-support/gdbm/gdbm_1.10.bb | |||
@@ -16,6 +16,9 @@ inherit autotools gettext lib_package | |||
16 | # Needed for dbm python module | 16 | # Needed for dbm python module |
17 | EXTRA_OECONF = "-enable-libgdbm-compat" | 17 | EXTRA_OECONF = "-enable-libgdbm-compat" |
18 | 18 | ||
19 | # Stop presence of dbm/nbdm on the host contaminating builds | ||
20 | CACHED_CONFIGUREVARS += "ac_cv_lib_ndbm_main=no ac_cv_lib_dbm_main=no" | ||
21 | |||
19 | BBCLASSEXTEND = "native nativesdk" | 22 | BBCLASSEXTEND = "native nativesdk" |
20 | 23 | ||
21 | do_install_append () { | 24 | do_install_append () { |