jsoncpp: fix gcc7 build

This commit is contained in:
Jürgen Buchmüller 2017-09-07 15:17:51 +02:00
parent 8830eadb3c
commit 2d2c0243ae

View file

@ -11,6 +11,8 @@ homepage="https://github.com/open-source-parsers/jsoncpp"
distfiles="https://github.com/open-source-parsers/${pkgname}/archive/${version}.tar.gz"
checksum=3671ba6051e0f30849942cc66d1798fdf0362d089343a83f704c09ee7156604f
CXXFLAGS="-D_GLIBCXX_USE_C99_STDIO=1"
post_install() {
vlicense LICENSE
}