From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libmcrypt/
Date: Thu, 14 Mar 2024 05:21:51 +0000 (UTC) [thread overview]
Message-ID: <1710393685.1cdb73d333da91b0634fcdd1410d87d117e4da2a.sam@gentoo> (raw)
commit: 1cdb73d333da91b0634fcdd1410d87d117e4da2a
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 14 03:31:48 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Mar 14 05:21:25 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1cdb73d3
dev-libs/libmcrypt: filter LTO, no-SA
Dead upstream, LTO type mismatch.
Closes: https://bugs.gentoo.org/924867
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-libs/libmcrypt/libmcrypt-2.5.8-r6.ebuild | 12 ++++++++++--
dev-libs/libmcrypt/libmcrypt-2.5.8-r7.ebuild | 10 +++++++++-
2 files changed, 19 insertions(+), 3 deletions(-)
diff --git a/dev-libs/libmcrypt/libmcrypt-2.5.8-r6.ebuild b/dev-libs/libmcrypt/libmcrypt-2.5.8-r6.ebuild
index 040220a1d88a..592c4a66ef6e 100644
--- a/dev-libs/libmcrypt/libmcrypt-2.5.8-r6.ebuild
+++ b/dev-libs/libmcrypt/libmcrypt-2.5.8-r6.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-inherit autotools
+inherit autotools flag-o-matic
DESCRIPTION="Provides an uniform interface to access several encryption algorithms"
HOMEPAGE="https://mcrypt.sourceforge.net"
@@ -36,6 +36,14 @@ src_prepare() {
eautoreconf # update stale autotools
}
+src_configure() {
+ # LTO type mismatch (bug #924867)
+ append-flags -fno-strict-aliasing
+ filter-lto
+
+ default
+}
+
src_install() {
default
find "${ED}" -type f -name '*.la' -delete || die
diff --git a/dev-libs/libmcrypt/libmcrypt-2.5.8-r7.ebuild b/dev-libs/libmcrypt/libmcrypt-2.5.8-r7.ebuild
index a09a112ad33b..f376df81912c 100644
--- a/dev-libs/libmcrypt/libmcrypt-2.5.8-r7.ebuild
+++ b/dev-libs/libmcrypt/libmcrypt-2.5.8-r7.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-inherit autotools
+inherit autotools flag-o-matic
DESCRIPTION="Provides an uniform interface to access several encryption algorithms"
HOMEPAGE="https://mcrypt.sourceforge.net"
@@ -39,6 +39,14 @@ src_prepare() {
eautoreconf # update stale autotools
}
+src_configure() {
+ # LTO type mismatch (bug #924867)
+ append-flags -fno-strict-aliasing
+ filter-lto
+
+ default
+}
+
src_install() {
default
find "${ED}" -type f -name '*.la' -delete || die
next reply other threads:[~2024-03-14 5:21 UTC|newest]
Thread overview: 31+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-03-14 5:21 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-10-27 20:34 [gentoo-commits] repo/gentoo:master commit in: dev-libs/libmcrypt/ Andreas K. Hüttel
2024-08-25 15:24 Andreas K. Hüttel
2024-03-14 7:48 Arthur Zamarin
2024-03-14 6:43 Joonas Niilola
2024-03-14 4:54 Sam James
2024-03-14 4:54 Sam James
2024-03-14 4:54 Sam James
2024-03-14 4:54 Sam James
2024-03-14 4:54 Sam James
2024-02-28 16:07 Sam James
2023-04-20 22:30 Sam James
2022-12-13 17:35 Sam James
2022-12-13 17:35 Sam James
2022-12-13 17:35 Sam James
2022-11-24 18:14 Conrad Kostecki
2019-05-22 5:49 Aaron Bauman
2018-09-27 23:55 Alon Bar-Lev
2017-03-25 21:46 Alon Bar-Lev
2017-03-15 6:27 Alon Bar-Lev
2017-03-15 6:00 Jeroen Roovers
2017-03-07 19:12 Michael Weber
2017-03-04 13:46 Agostino Sarubbo
2017-03-04 13:38 Agostino Sarubbo
2017-03-03 19:14 Tobias Klausmann
2017-01-29 16:19 Fabian Groffen
2017-01-18 14:52 Alon Bar-Lev
2017-01-13 23:32 Alon Bar-Lev
2016-08-03 4:06 Jeroen Roovers
2016-07-18 17:14 Markus Meier
2016-06-30 16:10 Tobias Klausmann
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=1710393685.1cdb73d333da91b0634fcdd1410d87d117e4da2a.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