From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CE547158041 for ; Thu, 29 Feb 2024 23:55:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CA49AE2A3C; Thu, 29 Feb 2024 23:55:51 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A9542E2A3C for ; Thu, 29 Feb 2024 23:55:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 91D7D3430AA for ; Thu, 29 Feb 2024 23:55:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D0309118C for ; Thu, 29 Feb 2024 23:55:48 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1709250920.b1819ee24f13b5786f5da5824112050a852035c5.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/fdk-aac/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/fdk-aac/fdk-aac-2.0.3.ebuild X-VCS-Directories: media-libs/fdk-aac/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: b1819ee24f13b5786f5da5824112050a852035c5 X-VCS-Branch: master Date: Thu, 29 Feb 2024 23:55:48 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 89ad269d-7c0a-4ec4-91de-d13f42e616b2 X-Archives-Hash: a834cfdec6db94f2dea274a01ab06571 commit: b1819ee24f13b5786f5da5824112050a852035c5 Author: Sam James gentoo org> AuthorDate: Thu Feb 29 23:55:20 2024 +0000 Commit: Sam James gentoo 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 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