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 <raj.khem@gmail.com>
This commit is contained in:
Khem Raj 2025-03-19 13:38:33 -07:00
parent eac1f5b9c0
commit aa42e35225
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -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 = ""