fix(gpgme)

closes #3823

wip

wip

wip

wip

wip
This commit is contained in:
Jacob Heider 2023-10-25 22:05:40 -04:00 committed by Jacob Heider
parent 9f59483405
commit 83627e7d46

View file

@ -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: