summaryrefslogtreecommitdiffstats
path: root/src/jsoncpp.mk
diff options
context:
space:
mode:
Diffstat (limited to 'src/jsoncpp.mk')
-rw-r--r--src/jsoncpp.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/jsoncpp.mk b/src/jsoncpp.mk
index 8f8d4b3..301f59f 100644
--- a/src/jsoncpp.mk
+++ b/src/jsoncpp.mk
@@ -25,7 +25,6 @@ define $(PKG)_BUILD
cd '$(1)/build' && '$(TARGET)-cmake' .. \
-DJSONCPP_WITH_POST_BUILD_UNITTEST=OFF \
-DCMAKE_CXX_FLAGS="$($(PKG)_CXXFLAGS)" \
- -DJSONCPP_WITH_CMAKE_PACKAGE=ON \
- -DBUILD_STATIC_LIBS=$(if $(BUILD_STATIC),true,false)
+ -DJSONCPP_WITH_CMAKE_PACKAGE=ON
$(MAKE) -C '$(1)/build' -j '$(JOBS)' install
endef