mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
parent
1a2ea66257
commit
2a02f0bedc
1 changed files with 5 additions and 0 deletions
|
@ -18,12 +18,17 @@ provides:
|
||||||
build:
|
build:
|
||||||
dependencies:
|
dependencies:
|
||||||
gnupg.org/libgpg-error: 1
|
gnupg.org/libgpg-error: 1
|
||||||
|
linux:
|
||||||
|
llvm.org: <17 # symbol not defined
|
||||||
script: |
|
script: |
|
||||||
./configure $ARGS
|
./configure $ARGS
|
||||||
make
|
make
|
||||||
make check
|
make check
|
||||||
make install
|
make install
|
||||||
env:
|
env:
|
||||||
|
CC: clang
|
||||||
|
CXX: clang++
|
||||||
|
LD: clang
|
||||||
ARGS:
|
ARGS:
|
||||||
- --prefix={{prefix}}
|
- --prefix={{prefix}}
|
||||||
linux/x86-64:
|
linux/x86-64:
|
||||||
|
|
Loading…
Reference in a new issue