summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-support/gdbm/gdbm_1.23.bb4
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
24CACHED_CONFIGUREVARS += "ac_cv_lib_ndbm_main=no ac_cv_lib_dbm_main=no" 24CACHED_CONFIGUREVARS += "ac_cv_lib_ndbm_main=no ac_cv_lib_dbm_main=no"
25 25
26# Not yet ready for C23
27CFLAGS += "-std=gnu11"
28BUILD_CFLAGS += "-std=gnu11"
29
26BBCLASSEXTEND = "native nativesdk" 30BBCLASSEXTEND = "native nativesdk"
27 31
28do_install:append () { 32do_install:append () {