diff mbox series

[meta-oe,3/4] libkcapi: disable C23 support to fix configure check

Message ID 20260418135209.1635971-3-khem.raj@oss.qualcomm.com
State New
Headers show
Series [meta-oe,1/4] dlt-daemon: fix sign-conversion warning in dlt_timer_conn_types array type | expand

Commit Message

Khem Raj April 18, 2026, 1:52 p.m. UTC
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>
---
 meta-oe/recipes-crypto/libkcapi/libkcapi_1.5.0.bb | 2 ++
 1 file changed, 2 insertions(+)
diff mbox series

Patch

diff --git a/meta-oe/recipes-crypto/libkcapi/libkcapi_1.5.0.bb b/meta-oe/recipes-crypto/libkcapi/libkcapi_1.5.0.bb
index 7d27081964..532c9e29df 100644
--- a/meta-oe/recipes-crypto/libkcapi/libkcapi_1.5.0.bb
+++ b/meta-oe/recipes-crypto/libkcapi/libkcapi_1.5.0.bb
@@ -9,6 +9,8 @@  SRC_URI = "git://github.com/smuellerDD/libkcapi.git;branch=master;protocol=https

 inherit autotools

+CACHED_CONFIGUREVARS += "ac_cv_prog_cc_c23=no"
+
 PACKAGECONFIG ??= ""
 PACKAGECONFIG[testapp] = "--enable-kcapi-test,,,bash"
 PACKAGECONFIG[apps] = "--enable-kcapi-speed --enable-kcapi-hasher --enable-kcapi-rngapp --enable-kcapi-encapp --enable-kcapi-dgstapp,,,"