diff options
| author | Khem Raj <khem.raj@oss.qualcomm.com> | 2026-04-15 13:34:50 -0700 |
|---|---|---|
| committer | Khem Raj <khem.raj@oss.qualcomm.com> | 2026-04-16 12:21:06 -0700 |
| commit | 2571280d86294c8431e858a94a0cd3a0f51e0a98 (patch) | |
| tree | ea72b903c61adec91c2fc2f863bbd66a7f778d06 /meta-networking | |
| parent | 930d93631383f7e9f52e176219231645e7d5fa77 (diff) | |
| download | meta-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.bb | 2 |
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 | 42 | CACHED_CONFIGUREVARS += "ac_cv_prog_cc_c23=no" | |
| 43 | EXTRA_OECONF = "--with-bind-extra-config="${BIND_EXTRA_CONFIG}" \ | 43 | EXTRA_OECONF = "--with-bind-extra-config="${BIND_EXTRA_CONFIG}" \ |
| 44 | --enable-paranoia \ | 44 | --enable-paranoia \ |
| 45 | --disable-static \ | 45 | --disable-static \ |
