From 9060bf3a42abe737f6ae463ee518e6c3422406f8 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 19 Mar 2025 12:40:17 -0700 Subject: rdist: Pin to C17 std It can not be cleanly compiled with C23 defaults in GCC-15 therefore stick with C17 for now. Signed-off-by: Khem Raj --- meta-networking/recipes-connectivity/rdist/rdist_6.1.5.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta-networking') diff --git a/meta-networking/recipes-connectivity/rdist/rdist_6.1.5.bb b/meta-networking/recipes-connectivity/rdist/rdist_6.1.5.bb index abe23cb46e..2fb5ced2bb 100644 --- a/meta-networking/recipes-connectivity/rdist/rdist_6.1.5.bb +++ b/meta-networking/recipes-connectivity/rdist/rdist_6.1.5.bb @@ -36,6 +36,8 @@ UPSTREAM_CHECK_REGEX = "/rdist/(?P\d+(\.\d+)+)" DEPENDS = "bison-native" +CFLAGS += "-std=gnu17" + EXTRA_OEMAKE = "CPPFLAGS='${CFLAGS}' BIN_GROUP=root MAN_GROUP=root RDIST_MODE=755 RDISTD_MODE=755 MAN_MODE=644" do_install() { -- cgit v1.2.3-54-g00ecf