From aa42e3522592860e09de8381afcedc855c782f6e Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 19 Mar 2025 13:38:33 -0700 Subject: openl2tp: Pin to C17 std Does not compile with C23 with GCC-15 and the last release was long time ago. Signed-off-by: Khem Raj --- meta-networking/recipes-protocols/openl2tp/openl2tp_1.8.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-networking') diff --git a/meta-networking/recipes-protocols/openl2tp/openl2tp_1.8.bb b/meta-networking/recipes-protocols/openl2tp/openl2tp_1.8.bb index d66b7d2390..4e5b45891d 100644 --- a/meta-networking/recipes-protocols/openl2tp/openl2tp_1.8.bb +++ b/meta-networking/recipes-protocols/openl2tp/openl2tp_1.8.bb @@ -48,7 +48,7 @@ SYSTEMD_AUTO_ENABLE = "disable" DEPENDS += "libtirpc" CPPFLAGS += "-I${STAGING_INCDIR}/tirpc" -CFLAGS += "-I${STAGING_INCDIR}/tirpc" +CFLAGS += "-I${STAGING_INCDIR}/tirpc -std=gnu17" LDFLAGS += "-ltirpc" PARALLEL_MAKE = "" -- cgit v1.2.3-54-g00ecf