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 ABBE9158041 for ; Thu, 29 Feb 2024 00:50:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D6599E2A0F; Thu, 29 Feb 2024 00:50:50 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 B67A5E2A0F for ; Thu, 29 Feb 2024 00:50:50 +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 EDE47343053 for ; Thu, 29 Feb 2024 00:50:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 54D5BD96 for ; Thu, 29 Feb 2024 00:50: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: <1709167550.0ce97e67de4e5ca16fa28930949bbea55df91185.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libev/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libev/libev-4.33.ebuild X-VCS-Directories: dev-libs/libev/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 0ce97e67de4e5ca16fa28930949bbea55df91185 X-VCS-Branch: master Date: Thu, 29 Feb 2024 00:50: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: 16b9bb43-cd40-403c-908e-44c242989103 X-Archives-Hash: bf09a12966a64795512df256728cbcf1 commit: 0ce97e67de4e5ca16fa28930949bbea55df91185 Author: Sam James gentoo org> AuthorDate: Thu Feb 29 00:45:50 2024 +0000 Commit: Sam James gentoo org> CommitDate: Thu Feb 29 00:45:50 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ce97e67 dev-libs/libev: filter LTO, no-SA Broken quite badly, no upstream bug tracker AFAICT. And broken in many bundled copies all over the place (which are modified...) Closes: https://bugs.gentoo.org/855869 Signed-off-by: Sam James gentoo.org> dev-libs/libev/libev-4.33.ebuild | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/dev-libs/libev/libev-4.33.ebuild b/dev-libs/libev/libev-4.33.ebuild index 127618dc6d37..b8ffdb37c3da 100644 --- a/dev-libs/libev/libev-4.33.ebuild +++ b/dev-libs/libev/libev-4.33.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit autotools multilib-minimal +inherit autotools flag-o-matic multilib-minimal DESCRIPTION="A high-performance event loop/event model with lots of feature" HOMEPAGE="http://software.schmorp.de/pkg/libev.html" @@ -27,6 +27,14 @@ src_prepare() { eautoreconf } +src_configure() { + # See bug #855869 and its large number of dupes in bundled libev copies. + filter-lto + append-flags -fno-strict-aliasing + + multilib-minimal_src_configure +} + multilib_src_configure() { ECONF_SOURCE="${S}" \ econf \