commit: b6513645b6850fb07d812f6c454234ced7316d30
Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 6 14:42:12 2024 +0000
Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Tue Aug 6 14:42:12 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6513645
app-crypt/gpgme: Fix cross-compiling by setting GPGRT_CONFIG
We've done this in app-crypt/gnupg for a while.
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
app-crypt/gpgme/gpgme-1.23.2.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/app-crypt/gpgme/gpgme-1.23.2.ebuild
b/app-crypt/gpgme/gpgme-1.23.2.ebuild
index 4a1dffbc2557..729e18d1df98 100644
--- a/app-crypt/gpgme/gpgme-1.23.2.ebuild
+++ b/app-crypt/gpgme/gpgme-1.23.2.ebuild
@@ -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[@]}"