From: "Ionen Wolkens" <ionen@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/vips/
Date: Wed, 10 Jan 2024 22:01:21 +0000 (UTC) [thread overview]
Message-ID: <1704923999.2f9d197f5bd533d2643c19ecbd8a16583240bb43.ionen@gentoo> (raw)
commit: 2f9d197f5bd533d2643c19ecbd8a16583240bb43
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 10 21:58:40 2024 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Wed Jan 10 21:59:59 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f9d197f
media-libs/vips: filter-lto when lld is used
wrt bug #921728, remember to revert this when trying to reproduce.
Bug: https://bugs.gentoo.org/921728
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
media-libs/vips/vips-8.15.1.ebuild | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/media-libs/vips/vips-8.15.1.ebuild b/media-libs/vips/vips-8.15.1.ebuild
index a7cf33376ada..373fbfe480ac 100644
--- a/media-libs/vips/vips-8.15.1.ebuild
+++ b/media-libs/vips/vips-8.15.1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 2023 Gentoo Authors
+# Copyright 2023-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
-inherit meson python-single-r1 vala
+inherit flag-o-matic toolchain-funcs meson python-single-r1 vala
DESCRIPTION="VIPS Image Processing Library"
HOMEPAGE="https://libvips.github.io/libvips/"
@@ -111,6 +111,9 @@ src_prepare() {
}
src_configure() {
+ # workaround for bug in lld (bug #921728)
+ tc-ld-is-lld && filter-lto
+
local emesonargs=(
$(meson_use deprecated)
$(meson_use doc doxygen)
next reply other threads:[~2024-01-10 22:01 UTC|newest]
Thread overview: 38+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-01-10 22:01 Ionen Wolkens [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-12-31 23:51 [gentoo-commits] repo/gentoo:master commit in: media-libs/vips/ Ionen Wolkens
2024-12-19 18:56 Sam James
2024-12-16 8:42 Ionen Wolkens
2024-11-24 15:47 Jakov Smolić
2024-11-24 11:01 Ionen Wolkens
2024-11-04 16:15 Ionen Wolkens
2024-10-19 16:53 Ionen Wolkens
2024-10-03 14:04 Ionen Wolkens
2024-09-03 12:31 Ionen Wolkens
2024-04-27 12:11 Ionen Wolkens
2024-04-03 9:14 Arthur Zamarin
2024-03-13 12:56 Ionen Wolkens
2024-02-22 6:16 Ionen Wolkens
2024-01-31 22:47 Ionen Wolkens
2024-01-29 16:47 Arthur Zamarin
2024-01-24 8:35 Michał Górny
2024-01-16 5:46 Viorel Munteanu
2024-01-10 22:02 Ionen Wolkens
2023-12-18 18:43 Ionen Wolkens
2023-11-11 21:21 Ionen Wolkens
2023-10-27 15:20 Michał Górny
2023-10-10 20:20 Ionen Wolkens
2023-09-18 16:58 Ionen Wolkens
2023-09-12 16:15 Ionen Wolkens
2023-08-15 15:09 Ionen Wolkens
2023-08-06 4:32 Ionen Wolkens
2023-07-20 15:32 Ionen Wolkens
2023-07-14 21:32 Ionen Wolkens
2023-05-21 20:43 Ionen Wolkens
2023-05-13 9:16 Ionen Wolkens
2023-05-12 10:58 Ionen Wolkens
2023-05-12 9:02 Ionen Wolkens
2018-01-28 16:29 Mikle Kolyada
2018-01-13 18:51 Ulrich Müller
2017-03-22 7:17 Michał Górny
2016-09-14 10:49 Andrew Savchenko
2016-03-20 19:12 Fabian Groffen
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=1704923999.2f9d197f5bd533d2643c19ecbd8a16583240bb43.ionen@gentoo \
--to=ionen@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