mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
parent
9f59483405
commit
83627e7d46
|
@ -16,17 +16,20 @@ provides:
|
|||
|
||||
build:
|
||||
script:
|
||||
- killall gpg-agent || true
|
||||
- gpg-agent --daemon
|
||||
- ./configure $ARGS
|
||||
- make -j {{hw.concurrency}}
|
||||
- make install
|
||||
- killall gpg-agent || true
|
||||
env:
|
||||
ARGS:
|
||||
- --prefix={{prefix}}
|
||||
- --with-libassuan-prefix={{deps.gnupg.org/libassuan.prefix}}
|
||||
- --with-libgpg-error-prefix={{deps.gnupg.org/libgpg-error.prefix}}
|
||||
- --disable-gpg-test
|
||||
- --disable-glibtest
|
||||
- --disable-gpgconf-test
|
||||
- --disable-gpg-test
|
||||
- --disable-gpgsm-test
|
||||
- --disable-g13-test
|
||||
CFLAGS: $CFLAGS -Wno-implicit-function-declaration
|
||||
CXXFLAGS: $CXXFLAGS -std=c++14
|
||||
dependencies:
|
||||
|
|
Loading…
Reference in a new issue