public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/argus/
Date: Thu, 29 Feb 2024 01:52:03 +0000 (UTC)	[thread overview]
Message-ID: <1709171412.1687efacf020823d3d968a45b7b00690d6b3c85d.sam@gentoo> (raw)

commit:     1687efacf020823d3d968a45b7b00690d6b3c85d
Author:     Eli Schwartz <eschwartz93 <AT> gmail <DOT> com>
AuthorDate: Thu Feb 29 01:01:04 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Feb 29 01:50:12 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1687efac

net-analyzer/argus: mark LTO-unsafe, mark strict-aliasing unsafe

Closes: https://bugs.gentoo.org/861146
Signed-off-by: Eli Schwartz <eschwartz93 <AT> gmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-analyzer/argus/argus-3.0.8.3-r2.ebuild | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

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 \


             reply	other threads:[~2024-02-29  1:52 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-29  1:52 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-02-29  1:52 [gentoo-commits] repo/gentoo:master commit in: net-analyzer/argus/ Sam James
2022-12-01  4:23 Sam James
2021-03-15 21:39 Sam James
2021-03-15 21:25 Sam James
2021-03-15 21:25 Sam James
2021-03-15 21:21 Sam James
2021-01-06 14:35 Fabian Groffen
2020-10-03 16:20 David Seifert
2020-10-03 15:30 David Seifert
2019-08-20  7:56 Jeroen Roovers
2018-10-27 10:23 Jeroen Roovers
2018-05-25 21:18 Mikle Kolyada
2018-05-14  0:08 Aaron Bauman
2018-05-13 22:06 Thomas Deutschmann
2018-05-01 14:06 Andreas Hüttel
2016-06-11 11:14 Jeroen Roovers
2016-06-11 11:14 Jeroen Roovers
2015-10-31  6:04 Jeroen Roovers
2015-09-25 14:13 Agostino Sarubbo
2015-09-25 10:42 Agostino Sarubbo
2015-09-25  4:34 Jeroen Roovers

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1709171412.1687efacf020823d3d968a45b7b00690d6b3c85d.sam@gentoo \
    --to=sam@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox