jsonnet: fix build
This commit is contained in:
parent
a18f6b1554
commit
db34e4fa9e
1 changed files with 1 additions and 1 deletions
|
@ -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}"
|
||||
|
|
Loading…
Reference in a new issue