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 0471D158041 for ; Mon, 4 Mar 2024 04:57:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 463562BC04E; Mon, 4 Mar 2024 04:57:16 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 24BFF2BC04E for ; Mon, 4 Mar 2024 04:57:16 +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 4C0FB33F9FD for ; Mon, 4 Mar 2024 04:57:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DDC5410B0 for ; Mon, 4 Mar 2024 04:57:13 +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: <1709528197.708b6937017fa683259645bb00fb729dc1cb8a80.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/mysql/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-db/mysql/mysql-5.7.41.ebuild X-VCS-Directories: dev-db/mysql/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 708b6937017fa683259645bb00fb729dc1cb8a80 X-VCS-Branch: master Date: Mon, 4 Mar 2024 04:57:13 +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: 46a5a3e6-7644-4fd7-b705-ed826d56bd6a X-Archives-Hash: ac474b71e8087335a4d4096e0fa56f72 commit: 708b6937017fa683259645bb00fb729dc1cb8a80 Author: Sam James gentoo org> AuthorDate: Mon Mar 4 04:56:37 2024 +0000 Commit: Sam James gentoo org> CommitDate: Mon Mar 4 04:56:37 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=708b6937 dev-db/mysql: filter LTO for legacy 5.7.x branch ODR violations. Closes: https://bugs.gentoo.org/855242 Signed-off-by: Sam James gentoo.org> dev-db/mysql/mysql-5.7.41.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dev-db/mysql/mysql-5.7.41.ebuild b/dev-db/mysql/mysql-5.7.41.ebuild index 016aa962043a..3efb6229af13 100644 --- a/dev-db/mysql/mysql-5.7.41.ebuild +++ b/dev-db/mysql/mysql-5.7.41.ebuild @@ -261,6 +261,9 @@ src_prepare() { } src_configure() { + # Filter LTO for legacy branch with ODR violations (bug #855242) + filter-lto + # Bug #114895, bug #110149 filter-flags "-O" "-O[01]"