commit: b88409f46c96ce91536762af9b1401649e00d7e6 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Oct 9 21:09:05 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Oct 9 21:09:05 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b88409f4
dev-libs/libgpg-error: add commentary wrt gpg-error-config & gpgme-config Bug: https://bugs.gentoo.org/699206 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-libs/libgpg-error/libgpg-error-1.46-r1.ebuild | 5 +++++ 1 file changed, 5 insertions(+) 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')
