summaryrefslogtreecommitdiffstats
path: root/meta-networking
diff options
context:
space:
mode:
authorKhem Raj <khem.raj@oss.qualcomm.com>2026-04-15 13:34:50 -0700
committerKhem Raj <khem.raj@oss.qualcomm.com>2026-04-16 12:21:06 -0700
commit2571280d86294c8431e858a94a0cd3a0f51e0a98 (patch)
treeea72b903c61adec91c2fc2f863bbd66a7f778d06 /meta-networking
parent930d93631383f7e9f52e176219231645e7d5fa77 (diff)
downloadmeta-openembedded-2571280d86294c8431e858a94a0cd3a0f51e0a98.tar.gz
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>
Diffstat (limited to 'meta-networking')
-rw-r--r--meta-networking/recipes-connectivity/dhcp/dhcp-relay_4.4.3p1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-connectivity/dhcp/dhcp-relay_4.4.3p1.bb b/meta-networking/recipes-connectivity/dhcp/dhcp-relay_4.4.3p1.bb
index 707eeb0e26..04fe9b9acd 100644
--- a/meta-networking/recipes-connectivity/dhcp/dhcp-relay_4.4.3p1.bb
+++ b/meta-networking/recipes-connectivity/dhcp/dhcp-relay_4.4.3p1.bb
@@ -39,7 +39,7 @@ BIND_EXTRA_CONFIG = "\
39 --host=${HOST_SYS} \ 39 --host=${HOST_SYS} \
40 --target=${TARGET_SYS} \ 40 --target=${TARGET_SYS} \
41" 41"
42 42CACHED_CONFIGUREVARS += "ac_cv_prog_cc_c23=no"
43EXTRA_OECONF = "--with-bind-extra-config="${BIND_EXTRA_CONFIG}" \ 43EXTRA_OECONF = "--with-bind-extra-config="${BIND_EXTRA_CONFIG}" \
44 --enable-paranoia \ 44 --enable-paranoia \
45 --disable-static \ 45 --disable-static \