mirror of
https://github.com/ivabus/pantry
synced 2024-11-26 18:25:08 +03:00
jq: lgamma_r.diff errors on linux-aarch64
This commit is contained in:
parent
715b95cabf
commit
d65bfc7e24
1 changed files with 4 additions and 2 deletions
|
@ -13,8 +13,10 @@ build:
|
||||||
github.com/kkos/oniguruma: 6
|
github.com/kkos/oniguruma: 6
|
||||||
git-scm.org: 2
|
git-scm.org: 2
|
||||||
script: |
|
script: |
|
||||||
git apply props/darwin.diff
|
if test '{{hw.platform}}' = 'darwin'; then
|
||||||
git apply props/lgamma_r.diff
|
git apply props/darwin.diff
|
||||||
|
git apply props/lgamma_r.diff
|
||||||
|
fi
|
||||||
./configure --disable-maintainer-mode --prefix={{prefix}}
|
./configure --disable-maintainer-mode --prefix={{prefix}}
|
||||||
make install
|
make install
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue