jsonnet: fix build

This commit is contained in:
Jürgen Buchmüller 2021-01-08 22:31:54 +01:00
parent a18f6b1554
commit db34e4fa9e

View file

@ -10,7 +10,7 @@ homepage="https://github.com/google/jsonnet"
distfiles="https://github.com/google/jsonnet/archive/v${version}.tar.gz"
checksum=076b52edf888c01097010ad4299e3b2e7a72b60a41abbc65af364af1ed3c8dbe
CXXFLAGS="-fPIC"
CXXFLAGS="-fPIC -Iinclude -Ithird_party/json -Ithird_party/md5"
jsonnet-devel_package() {
depends="${sourcepkg}-${version}_${revision}"