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/multipath-tcp-tools/
Date: Tue, 26 Jul 2022 09:45:32 +0000 (UTC)	[thread overview]
Message-ID: <1658825835.d5b6f775eafaf69e35ff2c6deb2e7c8b23e5346e.sam@gentoo> (raw)

commit:     d5b6f775eafaf69e35ff2c6deb2e7c8b23e5346e
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 26 08:57:09 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jul 26 08:57:15 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5b6f775

net-analyzer/multipath-tcp-tools: disable strict aliasing

Closes: https://bugs.gentoo.org/861179
Signed-off-by: Sam James <sam <AT> gentoo.org>

 .../multipath-tcp-tools/multipath-tcp-tools-2018_p12_p21-r1.ebuild | 7 +++++--
 net-analyzer/multipath-tcp-tools/multipath-tcp-tools-999999.ebuild | 7 +++++--
 2 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/net-analyzer/multipath-tcp-tools/multipath-tcp-tools-2018_p12_p21-r1.ebuild b/net-analyzer/multipath-tcp-tools/multipath-tcp-tools-2018_p12_p21-r1.ebuild
index f03cf1b303bb..ad249861ca1a 100644
--- a/net-analyzer/multipath-tcp-tools/multipath-tcp-tools-2018_p12_p21-r1.ebuild
+++ b/net-analyzer/multipath-tcp-tools/multipath-tcp-tools-2018_p12_p21-r1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 2021 Gentoo Authors
+# Copyright 2021-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-inherit toolchain-funcs
+inherit flag-o-matic toolchain-funcs
 
 DESCRIPTION="Analysis tools for Multipath Transmission Control Protocol (MPTCP)"
 HOMEPAGE="https://github.com/nasa/multipath-tcp-tools"
@@ -31,6 +31,9 @@ src_prepare() {
 }
 
 src_compile() {
+	# bug #861179
+	append-flags -fno-strict-aliasing
+
 	emake \
 		CXX="$(tc-getCXX)" \
 		CXXFLAGS="${CXXFLAGS}"

diff --git a/net-analyzer/multipath-tcp-tools/multipath-tcp-tools-999999.ebuild b/net-analyzer/multipath-tcp-tools/multipath-tcp-tools-999999.ebuild
index ba36c687bf3f..3178d81adff6 100644
--- a/net-analyzer/multipath-tcp-tools/multipath-tcp-tools-999999.ebuild
+++ b/net-analyzer/multipath-tcp-tools/multipath-tcp-tools-999999.ebuild
@@ -1,8 +1,8 @@
-# Copyright 2021 Gentoo Authors
+# Copyright 2021-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-inherit git-r3 toolchain-funcs
+inherit git-r3 flag-o-matic toolchain-funcs
 
 DESCRIPTION="Analysis tools for Multipath Transmission Control Protocol (MPTCP)"
 HOMEPAGE="https://github.com/nasa/multipath-tcp-tools"
@@ -31,6 +31,9 @@ src_prepare() {
 }
 
 src_compile() {
+	# bug #861179
+	append-flags -fno-strict-aliasing
+
 	emake \
 		CXX="$(tc-getCXX)" \
 		CXXFLAGS="${CXXFLAGS}"


             reply	other threads:[~2022-07-26  9:45 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-26  9:45 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-07-26  9:45 [gentoo-commits] repo/gentoo:master commit in: net-analyzer/multipath-tcp-tools/ Sam James
2021-06-22 18:19 Sam James
2020-07-04 10:23 Jeroen Roovers
2020-07-03 13:25 Jeroen Roovers
2020-07-03 13:25 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=1658825835.d5b6f775eafaf69e35ff2c6deb2e7c8b23e5346e.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