summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Szuba <marecki@gentoo.org>2023-05-09 14:28:53 +0100
committerMarek Szuba <marecki@gentoo.org>2023-05-09 14:34:05 +0100
commita3a05946d75eeabb47f18fdb528f04df27911d6e (patch)
tree0a4852d01b5ba2c4fd9cbc3e842e2baddf0f0fd1 /net-libs/libhtp
parentsys-libs/libcap: Stabilize 2.68 ppc, #906014 (diff)
downloadgentoo-a3a05946d75eeabb47f18fdb528f04df27911d6e.tar.gz
gentoo-a3a05946d75eeabb47f18fdb528f04df27911d6e.tar.bz2
gentoo-a3a05946d75eeabb47f18fdb528f04df27911d6e.zip
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@gentoo.org>
Diffstat (limited to 'net-libs/libhtp')
-rw-r--r--net-libs/libhtp/libhtp-0.5.43.ebuild4
1 files changed, 4 insertions, 0 deletions
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