summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick McLean <chutzpah@gentoo.org>2024-08-09 12:30:40 -0700
committerPatrick McLean <chutzpah@gentoo.org>2024-08-09 12:30:40 -0700
commit9d40a05bd21e1f8123cc7728748ac6dfa6241247 (patch)
tree4d780f7444182501924cd93a2d8f7c4d0ea8d49e /x11-libs
parentgui-libs/vte-common: Filter LTO (bug #937621) (diff)
downloadgentoo-9d40a05bd21e1f8123cc7728748ac6dfa6241247.tar.gz
gentoo-9d40a05bd21e1f8123cc7728748ac6dfa6241247.tar.bz2
gentoo-9d40a05bd21e1f8123cc7728748ac6dfa6241247.zip
x11-libs/vte: Filter LTO since upstream does not support it
Bug: https://bugs.gentoo.org/937621 Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
Diffstat (limited to 'x11-libs')
-rw-r--r--x11-libs/vte/vte-0.76.3.ebuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/x11-libs/vte/vte-0.76.3.ebuild b/x11-libs/vte/vte-0.76.3.ebuild
index 285113a92726..09a196f39dae 100644
--- a/x11-libs/vte/vte-0.76.3.ebuild
+++ b/x11-libs/vte/vte-0.76.3.ebuild
@@ -4,7 +4,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{10..13} )
-inherit gnome.org meson python-any-r1 vala xdg
+inherit flag-o-matic gnome.org meson python-any-r1 vala xdg
DESCRIPTION="Library providing a virtual terminal emulator widget"
HOMEPAGE="https://gitlab.gnome.org/GNOME/vte/"
@@ -76,6 +76,9 @@ src_prepare() {
}
src_configure() {
+ # Upstream don't support LTO & error out on it in meson.build
+ filter-lto
+
local emesonargs=(
-Da11y=true
$(meson_use debug)