summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-networking/recipes-connectivity/relayd/relayd_git.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-networking/recipes-connectivity/relayd/relayd_git.bb b/meta-networking/recipes-connectivity/relayd/relayd_git.bb
index 5105753e73..79e1743fdf 100644
--- a/meta-networking/recipes-connectivity/relayd/relayd_git.bb
+++ b/meta-networking/recipes-connectivity/relayd/relayd_git.bb
@@ -15,3 +15,5 @@ UPSTREAM_CHECK_COMMITS = "1"
15S = "${WORKDIR}/git" 15S = "${WORKDIR}/git"
16 16
17inherit cmake 17inherit cmake
18
19CFLAGS:append:toolchain-clang = " -Wno-error=gnu-variable-sized-type-not-at-end"