diff options
author | Sam James <sam@gentoo.org> | 2022-07-17 15:23:38 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-07-17 15:23:56 +0000 |
commit | 590037827fb0b839373745692ca239609c56562e (patch) | |
tree | e7de8f3e524db5440c077d21fee279eb076573e0 /sys-apps | |
parent | media-libs/alsa-lib: use new filter-lto (diff) | |
download | gentoo-590037827fb0b839373745692ca239609c56562e.tar.gz gentoo-590037827fb0b839373745692ca239609c56562e.tar.bz2 gentoo-590037827fb0b839373745692ca239609c56562e.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>
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/pciutils/pciutils-3.8.0-r1.ebuild | 3 |
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 } |