Message ID | 20250319210421.2454856-1-raj.khem@gmail.com |
---|---|
State | New |
Headers | show |
Series | [meta-networking,1/4] openl2tp: Pin to C17 std | expand |
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 = ""
Does not compile with C23 with GCC-15 and the last release was long time ago. Signed-off-by: Khem Raj <raj.khem@gmail.com> --- meta-networking/recipes-protocols/openl2tp/openl2tp_1.8.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)