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: media-libs/fdk-aac/
Date: Thu, 29 Feb 2024 23:55:48 +0000 (UTC)	[thread overview]
Message-ID: <1709250920.b1819ee24f13b5786f5da5824112050a852035c5.sam@gentoo> (raw)

commit:     b1819ee24f13b5786f5da5824112050a852035c5
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 29 23:55:20 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Feb 29 23:55:20 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1819ee2

media-libs/fdk-aac: filter LTO (ODR violations)

ODR violations and no progress on upstream bug.

Bug: https://github.com/mstorsjo/fdk-aac/issues/156
Closes: https://bugs.gentoo.org/885355
Signed-off-by: Sam James <sam <AT> gentoo.org>

 media-libs/fdk-aac/fdk-aac-2.0.3.ebuild | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/media-libs/fdk-aac/fdk-aac-2.0.3.ebuild b/media-libs/fdk-aac/fdk-aac-2.0.3.ebuild
index 17a63704bd74..f4e614cb36ca 100644
--- a/media-libs/fdk-aac/fdk-aac-2.0.3.ebuild
+++ b/media-libs/fdk-aac/fdk-aac-2.0.3.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-inherit multilib-minimal
+inherit flag-o-matic multilib-minimal
 
 if [[ ${PV} == *9999* ]]; then
 	EGIT_REPO_URI="https://github.com/mstorsjo/${PN}.git"
@@ -37,6 +37,12 @@ src_prepare() {
 	fi
 }
 
+src_configure() {
+	# ODR violations (https://github.com/mstorsjo/fdk-aac/issues/156, bug #885355)
+	filter-lto
+	multilib-minimal_src_configure
+}
+
 multilib_src_configure() {
 	local myeconfargs=(
 		--disable-static


             reply	other threads:[~2024-02-29 23:55 UTC|newest]

Thread overview: 51+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-29 23:55 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-01-23  4:17 [gentoo-commits] repo/gentoo:master commit in: media-libs/fdk-aac/ Sam James
2024-01-22 13:12 Sam James
2024-01-22 11:51 Sam James
2024-01-22 11:51 Sam James
2024-01-22 11:51 Sam James
2024-01-22 11:27 Sam James
2023-12-23  9:39 Miroslav Šulc
2023-12-23  9:39 Miroslav Šulc
2023-02-26 18:16 Arthur Zamarin
2022-12-10  2:44 Sam James
2022-11-24 12:00 WANG Xuerui
2022-08-30 19:06 Sam James
2021-07-17  9:31 David Seifert
2021-06-01  6:53 Miroslav Šulc
2021-05-31 11:40 Sam James
2021-05-30  9:50 Agostino Sarubbo
2021-05-29 15:23 Sam James
2021-05-29 13:28 Sam James
2021-05-29  9:02 Sam James
2021-05-29  9:02 Sam James
2021-04-28 18:04 Miroslav Šulc
2020-09-18  7:48 Miroslav Šulc
2020-09-13  8:44 Sergei Trofimovich
2020-09-09 21:59 Sergei Trofimovich
2020-09-08 15:56 Thomas Deutschmann
2020-09-08  2:38 Sam James
2020-09-08  2:23 Sam James
2019-10-14 12:49 Lars Wendler
2019-10-14 12:49 Lars Wendler
2019-07-28 10:53 Mikle Kolyada
2019-07-18 10:01 Agostino Sarubbo
2019-07-18  9:57 Agostino Sarubbo
2019-07-08 12:10 Thomas Deutschmann
2019-07-08 11:05 Agostino Sarubbo
2019-04-09  3:17 Aaron Bauman
2019-04-08 16:36 Aaron Bauman
2018-11-29 11:58 Lars Wendler
2018-03-08 10:51 Lars Wendler
2018-03-08 10:51 Lars Wendler
2017-07-30  9:38 Michał Górny
2017-06-25  7:24 Markus Meier
2017-06-21 12:17 Agostino Sarubbo
2017-06-16 14:10 Agostino Sarubbo
2017-06-16  9:36 Alexis Ballier
2017-06-16  9:36 Alexis Ballier
2017-04-01 12:36 Michael Weber
2017-01-13  7:56 Alexis Ballier
2016-09-14 19:00 David Seifert
2016-09-14 19:00 David Seifert
2016-08-12 21:47 Andrew Savchenko

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=1709250920.b1819ee24f13b5786f5da5824112050a852035c5.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