mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
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:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user