From 9b8b9ebc7583f82dfee532dc1998c005a0c254c2 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Mon, 24 Mar 2025 09:33:38 -0700 Subject: [PATCH] xinetd: Pin to C17 std GCC 15 is coming with C23 as default and code is not ready for C23 Signed-off-by: Khem Raj Signed-off-by: Richard Purdie --- meta/recipes-extended/xinetd/xinetd_2.3.15.4.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-extended/xinetd/xinetd_2.3.15.4.bb b/meta/recipes-extended/xinetd/xinetd_2.3.15.4.bb index 897747379bb..d30f08dd724 100644 --- a/meta/recipes-extended/xinetd/xinetd_2.3.15.4.bb +++ b/meta/recipes-extended/xinetd/xinetd_2.3.15.4.bb @@ -30,7 +30,7 @@ INITSCRIPT_PARAMS = "defaults" PACKAGECONFIG ??= "tcp-wrappers" PACKAGECONFIG[tcp-wrappers] = "--with-libwrap,,tcp-wrappers" -CFLAGS += "-D_GNU_SOURCE" +CFLAGS += "-D_GNU_SOURCE -std=gnu17" CONFFILES:${PN} = "${sysconfdir}/xinetd.conf" -- 2.47.3