mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-02 13:59:59 +00:00
dante,openflow,linux-atm: 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:
@@ -40,6 +40,8 @@ DEPENDS:append:libc-musl = " libexecinfo"
|
||||
|
||||
inherit autotools-brokensep pkgconfig
|
||||
|
||||
CACHED_CONFIGUREVARS += "ac_cv_prog_cc_c23=no"
|
||||
|
||||
do_configure:prepend() {
|
||||
./boot.sh
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user