From 590037827fb0b839373745692ca239609c56562e Mon Sep 17 00:00:00 2001 From: Sam James Date: Sun, 17 Jul 2022 15:23:38 +0000 Subject: sys-apps/pciutils: filter LTO Similar logic to the alsa-lib commit (31c929441087eb65c4cdcfc61b29acb3a50cb954). If it works with LTO and not thin LTO, it seems to me it's still seriously broken and there may be other issues lurking. It's a warning sign and we shouldn't ignore it, hence filter LTO entirely. Closes: https://bugs.gentoo.org/852929 Closes: https://bugs.gentoo.org/640836 See: 31c929441087eb65c4cdcfc61b29acb3a50cb954 Signed-off-by: Sam James --- sys-apps/pciutils/pciutils-3.8.0-r1.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sys-apps/pciutils/pciutils-3.8.0-r1.ebuild b/sys-apps/pciutils/pciutils-3.8.0-r1.ebuild index e5301455cd23..f12dcda2ba1f 100644 --- a/sys-apps/pciutils/pciutils-3.8.0-r1.ebuild +++ b/sys-apps/pciutils/pciutils-3.8.0-r1.ebuild @@ -112,6 +112,9 @@ src_prepare() { } multilib_src_configure() { + # bug #640836, bug #852929 + filter-lto + # bug #471102 append-lfs-flags } -- cgit v1.2.3-65-gdbad