mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-10 16:40:03 +00:00
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:
@@ -48,7 +48,7 @@ SYSTEMD_AUTO_ENABLE = "disable"
|
|||||||
|
|
||||||
DEPENDS += "libtirpc"
|
DEPENDS += "libtirpc"
|
||||||
CPPFLAGS += "-I${STAGING_INCDIR}/tirpc"
|
CPPFLAGS += "-I${STAGING_INCDIR}/tirpc"
|
||||||
CFLAGS += "-I${STAGING_INCDIR}/tirpc"
|
CFLAGS += "-I${STAGING_INCDIR}/tirpc -std=gnu17"
|
||||||
LDFLAGS += "-ltirpc"
|
LDFLAGS += "-ltirpc"
|
||||||
|
|
||||||
PARALLEL_MAKE = ""
|
PARALLEL_MAKE = ""
|
||||||
|
|||||||
Reference in New Issue
Block a user