mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-12 21:47:29 +00:00
dhcp-relay: 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
930d936313
commit
2571280d86
@ -39,7 +39,7 @@ BIND_EXTRA_CONFIG = "\
|
||||
--host=${HOST_SYS} \
|
||||
--target=${TARGET_SYS} \
|
||||
"
|
||||
|
||||
CACHED_CONFIGUREVARS += "ac_cv_prog_cc_c23=no"
|
||||
EXTRA_OECONF = "--with-bind-extra-config="${BIND_EXTRA_CONFIG}" \
|
||||
--enable-paranoia \
|
||||
--disable-static \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user