relayd: Fix build with clang

GNU extention is now in use in 6.5 kernel headers sadly

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj 2023-10-01 14:37:03 -07:00
parent 616991508e
commit 29a2122393

View File

@ -15,3 +15,5 @@ UPSTREAM_CHECK_COMMITS = "1"
S = "${WORKDIR}/git"
inherit cmake
CFLAGS:append:toolchain-clang = " -Wno-error=gnu-variable-sized-type-not-at-end"