summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Orlitzky <mjo@gentoo.org>2024-02-18 10:03:12 -0500
committerMichael Orlitzky <mjo@gentoo.org>2024-02-18 10:07:34 -0500
commitbd5f0900961c62d11d53c2cf74d452413a6ff518 (patch)
treeb5aa6aea2359f8cfc76062229e51a03c965d233a /net-analyzer
parentdev-python/pendulum: Dekeyword the broken Rust rewrite (diff)
downloadgentoo-bd5f0900961c62d11d53c2cf74d452413a6ff518.tar.gz
gentoo-bd5f0900961c62d11d53c2cf74d452413a6ff518.tar.bz2
gentoo-bd5f0900961c62d11d53c2cf74d452413a6ff518.zip
net-analyzer/nagios-plugins: whitelist some implicit function definitions
Bug: https://bugs.gentoo.org/907755 Closes: https://bugs.gentoo.org/924341 Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
Diffstat (limited to 'net-analyzer')
-rw-r--r--net-analyzer/nagios-plugins/nagios-plugins-2.4.6.ebuild12
1 files changed, 11 insertions, 1 deletions
diff --git a/net-analyzer/nagios-plugins/nagios-plugins-2.4.6.ebuild b/net-analyzer/nagios-plugins/nagios-plugins-2.4.6.ebuild
index 2eb6ce8a7ee6..841c473ee4dc 100644
--- a/net-analyzer/nagios-plugins/nagios-plugins-2.4.6.ebuild
+++ b/net-analyzer/nagios-plugins/nagios-plugins-2.4.6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -62,6 +62,16 @@ DOCS=(
THANKS
)
+# These all come from gnulib and the ./configure checks are working as
+# intended when the functions aren't present. Bugs 907755 and 924341.
+QA_CONFIG_IMPL_DECL_SKIP=(
+ statvfs64
+ re_set_syntax
+ re_compile_pattern
+ re_search
+ re_match
+)
+
src_prepare() {
default