rapidjson: fix cross build w/ gcc10

This commit is contained in:
Jürgen Buchmüller 2020-09-03 20:16:27 +02:00
parent 5f3dd33688
commit 2b8b25e132

View file

@ -11,6 +11,8 @@ homepage="https://github.com/miloyip/rapidjson"
distfiles="https://github.com/miloyip/${pkgname}/archive/v${version}.tar.gz"
checksum=bf7ced29704a1e696fbccf2a2b4ea068e7774fa37f6d7dd4039d0787f8bed98e
CXXFLAGS="-Wno-type-limits"
post_install() {
vlicense license.txt
}