diff options
author | Sam James <sam@gentoo.org> | 2022-10-09 22:09:05 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-10-09 22:09:05 +0100 |
commit | b88409f46c96ce91536762af9b1401649e00d7e6 (patch) | |
tree | 8a3589d3e1b9f753ac9335162a61a3ebf98c1606 /dev-libs/libgpg-error | |
parent | net-firewall/conntrack-tools: add 1.4.7 (diff) | |
download | gentoo-b88409f46c96ce91536762af9b1401649e00d7e6.tar.gz gentoo-b88409f46c96ce91536762af9b1401649e00d7e6.tar.bz2 gentoo-b88409f46c96ce91536762af9b1401649e00d7e6.zip |
dev-libs/libgpg-error: add commentary wrt gpg-error-config & gpgme-config
Bug: https://bugs.gentoo.org/699206
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/libgpg-error')
-rw-r--r-- | dev-libs/libgpg-error/libgpg-error-1.46-r1.ebuild | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/dev-libs/libgpg-error/libgpg-error-1.46-r1.ebuild b/dev-libs/libgpg-error/libgpg-error-1.46-r1.ebuild index 0e230fcc57db..b8677bb2428b 100644 --- a/dev-libs/libgpg-error/libgpg-error-1.46-r1.ebuild +++ b/dev-libs/libgpg-error/libgpg-error-1.46-r1.ebuild @@ -67,7 +67,12 @@ multilib_src_configure() { # required for sys-power/suspend[crypt], bug 751568 $(use_enable static-libs static) $(use_enable test tests) + + # See bug #699206 and its duplicates wrt gpgme-config + # Upstream no longer install this by default and we should + # seek to disable it at some point. --enable-install-gpg-error-config + --enable-threads CC_FOR_BUILD="$(tc-getBUILD_CC)" $("${S}/configure" --help | grep -o -- '--without-.*-prefix') |