diff options
-rw-r--r-- | meta/recipes-support/gdbm/gdbm_1.23.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-support/gdbm/gdbm_1.23.bb b/meta/recipes-support/gdbm/gdbm_1.23.bb index a08079741d..9b32935571 100644 --- a/meta/recipes-support/gdbm/gdbm_1.23.bb +++ b/meta/recipes-support/gdbm/gdbm_1.23.bb | |||
@@ -23,6 +23,10 @@ EXTRA_OECONF = "--enable-libgdbm-compat --without-readline" | |||
23 | # Stop presence of dbm/nbdm on the host contaminating builds | 23 | # Stop presence of dbm/nbdm on the host contaminating builds |
24 | CACHED_CONFIGUREVARS += "ac_cv_lib_ndbm_main=no ac_cv_lib_dbm_main=no" | 24 | CACHED_CONFIGUREVARS += "ac_cv_lib_ndbm_main=no ac_cv_lib_dbm_main=no" |
25 | 25 | ||
26 | # Not yet ready for C23 | ||
27 | CFLAGS += "-std=gnu11" | ||
28 | BUILD_CFLAGS += "-std=gnu11" | ||
29 | |||
26 | BBCLASSEXTEND = "native nativesdk" | 30 | BBCLASSEXTEND = "native nativesdk" |
27 | 31 | ||
28 | do_install:append () { | 32 | do_install:append () { |