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:
|
build:
|
||||||
script:
|
script:
|
||||||
- killall gpg-agent || true
|
|
||||||
- gpg-agent --daemon
|
|
||||||
- ./configure $ARGS
|
- ./configure $ARGS
|
||||||
- make -j {{hw.concurrency}}
|
- make -j {{hw.concurrency}}
|
||||||
- make install
|
- make install
|
||||||
- killall gpg-agent || true
|
|
||||||
env:
|
env:
|
||||||
ARGS:
|
ARGS:
|
||||||
- --prefix={{prefix}}
|
- --prefix={{prefix}}
|
||||||
- --with-libassuan-prefix={{deps.gnupg.org/libassuan.prefix}}
|
- --with-libassuan-prefix={{deps.gnupg.org/libassuan.prefix}}
|
||||||
- --with-libgpg-error-prefix={{deps.gnupg.org/libgpg-error.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
|
CFLAGS: $CFLAGS -Wno-implicit-function-declaration
|
||||||
CXXFLAGS: $CXXFLAGS -std=c++14
|
CXXFLAGS: $CXXFLAGS -std=c++14
|
||||||
dependencies:
|
dependencies:
|
||||||
|
|
Loading…
Reference in a new issue