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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 70ECB158041 for ; Mon, 18 Mar 2024 05:31:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EA3CEE29D6; Mon, 18 Mar 2024 05:31:40 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C0336E29E0 for ; Mon, 18 Mar 2024 05:31:40 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B7537342FF8 for ; Mon, 18 Mar 2024 05:31:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 633391573 for ; Mon, 18 Mar 2024 05:31:36 +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: <1710739804.718fed0a681f14841a17a084e70c212135c845f0.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-emulation/dosbox-staging/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-emulation/dosbox-staging/dosbox-staging-0.81.0.ebuild X-VCS-Directories: games-emulation/dosbox-staging/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 718fed0a681f14841a17a084e70c212135c845f0 X-VCS-Branch: master Date: Mon, 18 Mar 2024 05:31:36 +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: 752403bc-5655-4b44-8ede-7d2b9c7aab04 X-Archives-Hash: db8446c35f761d21b0ef7074d196a623 commit: 718fed0a681f14841a17a084e70c212135c845f0 Author: Eli Schwartz gmail com> AuthorDate: Mon Mar 18 03:51:30 2024 +0000 Commit: Sam James gentoo org> CommitDate: Mon Mar 18 05:30:04 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=718fed0a games-emulation/dosbox-staging: mark as LTO-unsafe Closes: https://bugs.gentoo.org/926078 Signed-off-by: Eli Schwartz gmail.com> Signed-off-by: Sam James gentoo.org> games-emulation/dosbox-staging/dosbox-staging-0.81.0.ebuild | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/games-emulation/dosbox-staging/dosbox-staging-0.81.0.ebuild b/games-emulation/dosbox-staging/dosbox-staging-0.81.0.ebuild index 859fcaaa1816..8dc276da8126 100644 --- a/games-emulation/dosbox-staging/dosbox-staging-0.81.0.ebuild +++ b/games-emulation/dosbox-staging/dosbox-staging-0.81.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -inherit meson xdg +inherit flag-o-matic meson xdg DESCRIPTION="Modernized DOSBox soft-fork" HOMEPAGE="https://dosbox-staging.github.io/" @@ -49,6 +49,11 @@ src_prepare() { } src_configure() { + # -Werror=odr + # https://bugs.gentoo.org/926078 + # https://github.com/dosbox-staging/dosbox-staging/issues/3519 + filter-lto + # xinput2 comes with libsdl2[X] local emesonargs=( -Duse_xinput2=true