jsoncpp: rebuild for gcc stdc++ dropping gcc4 compat

This commit is contained in:
Jürgen Buchmüller 2018-07-21 07:01:52 +02:00
parent eb86786789
commit 35fec03775

View file

@ -1,7 +1,7 @@
# Template build file for 'jsoncpp'. # Template build file for 'jsoncpp'.
pkgname=jsoncpp pkgname=jsoncpp
version=1.8.4 version=1.8.4
revision=1 revision=2
build_style=cmake build_style=cmake
configure_args="-DBUILD_STATIC_LIBS=1 -DBUILD_SHARED_LIBS=1 -DJSONCPP_WITH_TESTS=0" configure_args="-DBUILD_STATIC_LIBS=1 -DBUILD_SHARED_LIBS=1 -DJSONCPP_WITH_TESTS=0"
short_desc="A JSON implementation in C++" short_desc="A JSON implementation in C++"