aboutsummaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorDaniel Golle <daniel@makrotopia.org>2018-06-14 22:53:58 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2018-09-04 00:00:38 +0200
commit0320fea968e30c326db04b8a0283404cc281fa70 (patch)
tree0cf570a259d17fb224c5a645ef580d1b96489e43 /package
parentda9fe5af199f05aeafd63a264a8938e3fff1a1a6 (diff)
downloadupstream-0320fea968e30c326db04b8a0283404cc281fa70.tar.gz
upstream-0320fea968e30c326db04b8a0283404cc281fa70.tar.bz2
upstream-0320fea968e30c326db04b8a0283404cc281fa70.zip
libjson-c: fix host-build
Add -Wno-implicit-fallthrough to HOST_CFLAGS. Signed-off-by: Daniel Golle <daniel@makrotopia.org> (cherry picked from commit 5e9470a93b6e79ec63d2eda16f1849d7e3868562)
Diffstat (limited to 'package')
-rw-r--r--package/libs/libjson-c/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/libs/libjson-c/Makefile b/package/libs/libjson-c/Makefile
index 60b51146af..a9a177e5a2 100644
--- a/package/libs/libjson-c/Makefile
+++ b/package/libs/libjson-c/Makefile
@@ -30,6 +30,7 @@ include $(INCLUDE_DIR)/package.mk
include $(INCLUDE_DIR)/host-build.mk
TARGET_CFLAGS += $(FPIC) -Wno-implicit-fallthrough
+HOST_CFLAGS += -Wno-implicit-fallthrough
define Package/libjson-c
SECTION:=libs