audiofile: 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.

Drop enforcing -std=c++14 as thats no longer needed

Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
This commit is contained in:
Khem Raj
2026-04-15 13:41:13 -07:00
parent 0581dcc49b
commit e488423e25
@@ -30,7 +30,7 @@ SRC_URI[sha256sum] = "ea2449ad3f201ec590d811db9da6d02ffc5e87a677d06b92ab15363d8c
inherit autotools lib_package pkgconfig ptest
CXXFLAGS += "-std=c++14"
CACHED_CONFIGUREVARS += "ac_cv_prog_cc_c23=no"
DEPENDS = " \
asciidoc-native \