mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +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:
parent
eac1f5b9c0
commit
aa42e35225
|
|
@ -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 = ""
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user