1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-08 15:29:50 +00:00

xinetd: Pin to C17 std

GCC 15 is coming with C23 as default and code is not ready for C23

(From OE-Core rev: 9b8b9ebc7583f82dfee532dc1998c005a0c254c2)

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Khem Raj
2025-03-24 09:33:38 -07:00
committed by Richard Purdie
parent c7779118be
commit 26fe9d5948
@@ -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"