diff options
author | Eli Schwartz <eschwartz93@gmail.com> | 2024-03-06 00:45:57 -0500 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-03-06 06:02:06 +0000 |
commit | 3054a44ee473d023d0ee281f66878aa1109270d5 (patch) | |
tree | 5978305dfda542fb24172724df2f3a49b5c08d64 /app-misc/dfshow | |
parent | app-admin/linode-cli: drop 5.48.2 (diff) | |
download | gentoo-3054a44ee473d023d0ee281f66878aa1109270d5.tar.gz gentoo-3054a44ee473d023d0ee281f66878aa1109270d5.tar.bz2 gentoo-3054a44ee473d023d0ee281f66878aa1109270d5.zip |
app-misc/dfshow: mark as LTO-unsafe
Closes: https://bugs.gentoo.org/854726
Signed-off-by: Eli Schwartz <eschwartz93@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-misc/dfshow')
-rw-r--r-- | app-misc/dfshow/dfshow-0.9.1_beta-r1.ebuild | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/app-misc/dfshow/dfshow-0.9.1_beta-r1.ebuild b/app-misc/dfshow/dfshow-0.9.1_beta-r1.ebuild index d6a901fd6e7d..7cd16d1a8fd9 100644 --- a/app-misc/dfshow/dfshow-0.9.1_beta-r1.ebuild +++ b/app-misc/dfshow/dfshow-0.9.1_beta-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -37,6 +37,15 @@ src_prepare() { eautoreconf } +src_configure() { + # -Werror=lto-type-mismatch + # https://bugs.gentoo.org/854726 + # https://github.com/roberthawdon/dfshow/issues/172 + filter-lto + + default +} + src_install() { default |