summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/jsoncpp.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jsoncpp.mk b/src/jsoncpp.mk
index 532d20b..f7ef89a 100644
--- a/src/jsoncpp.mk
+++ b/src/jsoncpp.mk
@@ -11,7 +11,7 @@ $(PKG)_URL := https://github.com/open-source-parsers/jsoncpp/archive/$($(PK
$(PKG)_DEPS := gcc
# workaround for builds with GCC >= 6.x
-$(PKG)_CXXFLAGS := -Wno-error=conversion -Wno-error=shift-negative-value
+$(PKG)_CXXFLAGS := -Wno-error=conversion -Wno-shift-negative-value
define $(PKG)_UPDATE
$(WGET) -q -O- 'https://github.com/open-source-parsers/jsoncpp/archive/' | \