diff options
author | James Le Cuirot <chewi@gentoo.org> | 2024-08-06 15:42:12 +0100 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2024-08-06 15:42:12 +0100 |
commit | b6513645b6850fb07d812f6c454234ced7316d30 (patch) | |
tree | e4d864214a93a6c6158493a1fdae21a487e1249c | |
parent | app-crypt/gnupg: Set GPGRT_CONFIG rather than ac_cv_path_GPGRT_CONFIG (diff) | |
download | gentoo-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>
-rw-r--r-- | app-crypt/gpgme/gpgme-1.23.2.ebuild | 1 |
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[@]}" |