Skip to content

Commit

Permalink
fix(gpgme)
Browse files Browse the repository at this point in the history
 closes #7825
  • Loading branch information
jhheider committed Nov 6, 2024
1 parent 460558e commit ef508b5
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions projects/gnupg.org/gpgme/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,12 @@ build:
- --disable-g13-test
CFLAGS: $CFLAGS -Wno-implicit-function-declaration
CXXFLAGS: $CXXFLAGS -std=c++14
linux:
# references to gettid()
LDFLAGS: $LDFLAGS -Wl,--allow-shlib-undefined
dependencies:
gnupg.org: '*'
gnupg.org/libassuan: ^2.0.2
gnupg.org/libgpg-error: ^1.11
test:
script: test "$(gpgme-config --version)" = "{{version}}"

test: test "$(gpgme-config --version)" = "{{version}}"

0 comments on commit ef508b5

Please sign in to comment.