commit: a3a05946d75eeabb47f18fdb528f04df27911d6e Author: Marek Szuba <marecki <AT> gentoo <DOT> org> AuthorDate: Tue May 9 13:28:53 2023 +0000 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org> CommitDate: Tue May 9 13:34:05 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3a05946
net-libs/libhtp: have QA ignore implicit 'iconvctl' declaration in configure The only iconv provider which defines iconvctl() is dev-libs/libiconv, which is only needed in certain Prefix installations. As such, this test is very much *intended* to fail to locate the function in question in the vast majority of cases. Closes: https://bugs.gentoo.org/898660 Signed-off-by: Marek Szuba <marecki <AT> gentoo.org> net-libs/libhtp/libhtp-0.5.43.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/net-libs/libhtp/libhtp-0.5.43.ebuild b/net-libs/libhtp/libhtp-0.5.43.ebuild index d2e4c61d4762..7f787459dab5 100644 --- a/net-libs/libhtp/libhtp-0.5.43.ebuild +++ b/net-libs/libhtp/libhtp-0.5.43.ebuild @@ -21,6 +21,10 @@ PATCHES=( "${FILESDIR}"/${PN}-0.5.43-configure_fortify_source.patch ) +# false positive -- function specific to dev-libs/libiconv, which is only used +# in Windows-based Prefix installations +QA_CONFIG_IMPL_DECL_SKIP=( iconvctl ) + src_prepare() { default eautoreconf
