Skip to content

Commit

Permalink
app-crypt/gpgme: Fix cross-compiling by setting GPGRT_CONFIG
Browse files Browse the repository at this point in the history
We've done this in app-crypt/gnupg for a while.

Signed-off-by: James Le Cuirot <[email protected]>
  • Loading branch information
chewi committed Aug 6, 2024
1 parent 4243ec1 commit b651364
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app-crypt/gpgme/gpgme-1.23.2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ gpgme_src_configure() {
$(use test || echo "--disable-gpgconf-test --disable-gpg-test --disable-gpgsm-test --disable-g13-test")
--enable-languages="${languages[*]}"
$(use_enable static-libs static)
GPGRT_CONFIG="${ESYSROOT}/usr/bin/${CHOST}-gpgrt-config"
)

ECONF_SOURCE="${S}" econf "${myeconfargs[@]}"
Expand Down

0 comments on commit b651364

Please sign in to comment.