From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libev/
Date: Thu, 29 Feb 2024 00:50:48 +0000 (UTC) [thread overview]
Message-ID: <1709167550.0ce97e67de4e5ca16fa28930949bbea55df91185.sam@gentoo> (raw)
commit: 0ce97e67de4e5ca16fa28930949bbea55df91185
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 29 00:45:50 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> 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 <sam <AT> 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 \
next reply other threads:[~2024-02-29 0:50 UTC|newest]
Thread overview: 56+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-02-29 0:50 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-05-05 9:51 [gentoo-commits] repo/gentoo:master commit in: dev-libs/libev/ WANG Xuerui
2021-01-13 23:09 Yixun Lan
2021-01-03 12:10 Sergei Trofimovich
2021-01-03 11:51 Sergei Trofimovich
2021-01-03 1:18 Sam James
2021-01-02 11:52 Sergei Trofimovich
2021-01-01 23:00 Sam James
2021-01-01 11:21 Sergei Trofimovich
2020-12-31 1:47 Sam James
2020-12-31 1:47 Sam James
2020-11-28 12:09 Sam James
2020-05-12 4:45 Mike Frysinger
2020-04-08 6:16 Yixun Lan
2020-04-08 6:16 Yixun Lan
2020-04-02 21:16 Mart Raudsepp
2020-03-30 20:50 Sergei Trofimovich
2020-03-18 11:13 Agostino Sarubbo
2020-03-18 11:11 Agostino Sarubbo
2020-03-18 11:04 Agostino Sarubbo
2020-03-18 9:56 Agostino Sarubbo
2020-03-18 9:51 Agostino Sarubbo
2020-03-18 9:49 Agostino Sarubbo
2020-03-18 9:46 Agostino Sarubbo
2020-03-17 16:01 Agostino Sarubbo
2020-01-06 7:06 Yixun Lan
2019-12-13 9:21 Yixun Lan
2019-11-13 16:09 Agostino Sarubbo
2019-11-11 17:59 Aaron Bauman
2019-11-01 11:17 Mikle Kolyada
2019-10-14 11:50 Agostino Sarubbo
2019-10-14 11:31 Agostino Sarubbo
2019-10-14 11:24 Agostino Sarubbo
2019-10-14 11:16 Agostino Sarubbo
2019-10-14 11:07 Agostino Sarubbo
2019-10-14 9:53 Agostino Sarubbo
2019-10-12 22:45 Matt Turner
2019-08-29 7:52 Yixun Lan
2019-05-05 13:41 Mikle Kolyada
2018-01-29 20:10 Mike Frysinger
2017-03-01 13:05 Michael Weber
2017-02-23 11:57 Jeroen Roovers
2017-02-21 11:54 Tobias Klausmann
2017-02-17 14:50 Agostino Sarubbo
2017-02-17 13:44 Agostino Sarubbo
2017-02-15 21:45 Yixun Lan
2017-01-29 16:08 Fabian Groffen
2016-12-12 12:42 Yixun Lan
2015-12-21 7:47 Yixun Lan
2015-09-24 7:59 Agostino Sarubbo
2015-09-15 10:47 Tobias Klausmann
2015-09-07 5:34 Jeroen Roovers
2015-09-02 19:47 Markus Meier
2015-08-26 10:43 Agostino Sarubbo
2015-08-23 8:36 Jeroen Roovers
2015-08-19 6:53 Yixun Lan
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=1709167550.0ce97e67de4e5ca16fa28930949bbea55df91185.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