summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-benchmark/sysbench/sysbench_1.0.20.bb
diff options
context:
space:
mode:
authorKhem Raj <khem.raj@oss.qualcomm.com>2026-04-15 13:42:08 -0700
committerKhem Raj <khem.raj@oss.qualcomm.com>2026-04-15 15:07:57 -0700
commit893f98269dcb97a5a028371cd77ca70ac7c59398 (patch)
tree33881d880126109d5ff77a032325ffa421606829 /meta-oe/recipes-benchmark/sysbench/sysbench_1.0.20.bb
parente8b3c4fbd0c518b8eb627e0a0702f54345e1b14f (diff)
downloadmeta-openembedded-893f98269dcb97a5a028371cd77ca70ac7c59398.tar.gz
meta-oe/recipes: disable C23 support to fix configure check
Set ac_cv_prog_cc_c23=no to prevent autoconf from detecting C23 compiler support, avoiding potential build failures as the package is not yet fully ported to support C23 standard. Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
Diffstat (limited to 'meta-oe/recipes-benchmark/sysbench/sysbench_1.0.20.bb')
-rw-r--r--meta-oe/recipes-benchmark/sysbench/sysbench_1.0.20.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-benchmark/sysbench/sysbench_1.0.20.bb b/meta-oe/recipes-benchmark/sysbench/sysbench_1.0.20.bb
index 198552e5c6..3154db2705 100644
--- a/meta-oe/recipes-benchmark/sysbench/sysbench_1.0.20.bb
+++ b/meta-oe/recipes-benchmark/sysbench/sysbench_1.0.20.bb
@@ -15,7 +15,7 @@ SRCREV = "ebf1c90da05dea94648165e4f149abc20c979557"
15 15
16 16
17COMPATIBLE_HOST = "(arm|aarch64|i.86|x86_64).*-linux*" 17COMPATIBLE_HOST = "(arm|aarch64|i.86|x86_64).*-linux*"
18 18CACHED_CONFIGUREVARS += "ac_cv_prog_cc_c23=no"
19EXTRA_OECONF += "--enable-largefile --with-system-luajit --with-system-ck --without-gcc-arch --with-lib-prefix=no" 19EXTRA_OECONF += "--enable-largefile --with-system-luajit --with-system-ck --without-gcc-arch --with-lib-prefix=no"
20PACKAGECONFIG ??= "" 20PACKAGECONFIG ??= ""
21PACKAGECONFIG[aio] = "--enable-aio,--disable-aio,libaio," 21PACKAGECONFIG[aio] = "--enable-aio,--disable-aio,libaio,"