mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-06-09 23:14:47 +00:00
enca: 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>
This commit is contained in:
parent
b620c1f7a6
commit
5f254f737c
@ -17,4 +17,6 @@ SRC_URI[sha256sum] = "4c305cc59f3e57f2cfc150a6ac511690f43633595760e1cb266bf23362
|
||||
|
||||
inherit autotools
|
||||
|
||||
CACHED_CONFIGUREVARS += "ac_cv_prog_cc_c23=no"
|
||||
|
||||
EXTRA_OECONF += "MKTEMP_PROG=mktemp"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user