summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-07-17 15:23:38 +0000
committerSam James <sam@gentoo.org>2022-07-17 15:23:56 +0000
commit590037827fb0b839373745692ca239609c56562e (patch)
treee7de8f3e524db5440c077d21fee279eb076573e0
parentmedia-libs/alsa-lib: use new filter-lto (diff)
downloadgentoo-59003782.tar.gz
gentoo-59003782.tar.bz2
gentoo-59003782.zip
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 <sam@gentoo.org>
-rw-r--r--sys-apps/pciutils/pciutils-3.8.0-r1.ebuild3
1 files changed, 3 insertions, 0 deletions
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
}