diff options
author | Michael Orlitzky <mjo@gentoo.org> | 2024-06-30 21:26:58 -0400 |
---|---|---|
committer | Michael Orlitzky <mjo@gentoo.org> | 2024-06-30 21:26:58 -0400 |
commit | 0756059faf42834c672a83a21761b02cc00aa193 (patch) | |
tree | 1470df8b31119ea08dceb1b52c40fd0450610685 /net-analyzer | |
parent | net-im/discord: enable wayland at runtime (diff) | |
download | gentoo-0756059faf42834c672a83a21761b02cc00aa193.tar.gz gentoo-0756059faf42834c672a83a21761b02cc00aa193.tar.bz2 gentoo-0756059faf42834c672a83a21761b02cc00aa193.zip |
net-analyzer/monitoring-plugins: squash some implicit decl warnings
Closes: https://bugs.gentoo.org/921190
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/monitoring-plugins/monitoring-plugins-2.3.5.ebuild | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/net-analyzer/monitoring-plugins/monitoring-plugins-2.3.5.ebuild b/net-analyzer/monitoring-plugins/monitoring-plugins-2.3.5.ebuild index c09500eb8d38..b7b41a925869 100644 --- a/net-analyzer/monitoring-plugins/monitoring-plugins-2.3.5.ebuild +++ b/net-analyzer/monitoring-plugins/monitoring-plugins-2.3.5.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 @@ -57,6 +57,14 @@ RDEPEND="${DEPEND} # At least one test is interactive. RESTRICT="test" +# These all come from gnulib and the ./configure checks are working as +# intended when the functions aren't present. Bug 921190. +QA_CONFIG_IMPL_DECL_SKIP=( + MIN + static_assert + alignof +) + src_configure() { append-flags -fno-strict-aliasing |