summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Le Cuirot <chewi@gentoo.org>2024-08-06 15:42:12 +0100
committerJames Le Cuirot <chewi@gentoo.org>2024-08-06 15:42:12 +0100
commitb6513645b6850fb07d812f6c454234ced7316d30 (patch)
treee4d864214a93a6c6158493a1fdae21a487e1249c /app-crypt/gpgme
parentapp-crypt/gnupg: Set GPGRT_CONFIG rather than ac_cv_path_GPGRT_CONFIG (diff)
downloadgentoo-b6513645b6850fb07d812f6c454234ced7316d30.tar.gz
gentoo-b6513645b6850fb07d812f6c454234ced7316d30.tar.bz2
gentoo-b6513645b6850fb07d812f6c454234ced7316d30.zip
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@gentoo.org>
Diffstat (limited to 'app-crypt/gpgme')
-rw-r--r--app-crypt/gpgme/gpgme-1.23.2.ebuild1
1 files changed, 1 insertions, 0 deletions
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[@]}"