summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Schwartz <eschwartz93@gmail.com>2024-02-28 20:01:04 -0500
committerSam James <sam@gentoo.org>2024-02-29 01:50:12 +0000
commit1687efacf020823d3d968a45b7b00690d6b3c85d (patch)
treef137e025a44d886b0bd4f1b3ca949c1e6e63d131
parentnet-analyzer/argus: reverse order of rdepend -> depend (diff)
downloadgentoo-1687efacf020823d3d968a45b7b00690d6b3c85d.tar.gz
gentoo-1687efacf020823d3d968a45b7b00690d6b3c85d.tar.bz2
gentoo-1687efacf020823d3d968a45b7b00690d6b3c85d.zip
net-analyzer/argus: mark LTO-unsafe, mark strict-aliasing unsafe
Closes: https://bugs.gentoo.org/861146 Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--net-analyzer/argus/argus-3.0.8.3-r2.ebuild8
1 files changed, 7 insertions, 1 deletions
diff --git a/net-analyzer/argus/argus-3.0.8.3-r2.ebuild b/net-analyzer/argus/argus-3.0.8.3-r2.ebuild
index e4461407cd4a..c366c9a7af03 100644
--- a/net-analyzer/argus/argus-3.0.8.3-r2.ebuild
+++ b/net-analyzer/argus/argus-3.0.8.3-r2.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-inherit autotools toolchain-funcs
+inherit autotools flag-o-matic toolchain-funcs
DESCRIPTION="network Audit Record Generation and Utilization System"
HOMEPAGE="https://openargus.org/"
@@ -59,6 +59,12 @@ src_prepare() {
}
src_configure() {
+ # -Werror=strict-aliasing
+ # https://bugs.gentoo.org/861146
+ # https://github.com/openargus/argus/issues/8
+ append-flags -fno-strict-aliasing
+ filter-lto
+
use debug && touch .debug # enable debugging
econf \