diff options
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/jfsutils/jfsutils-1.1.15-r2.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys-fs/jfsutils/jfsutils-1.1.15-r2.ebuild b/sys-fs/jfsutils/jfsutils-1.1.15-r2.ebuild index 8975c0684ac2..4ec1f3ba3c98 100644 --- a/sys-fs/jfsutils/jfsutils-1.1.15-r2.ebuild +++ b/sys-fs/jfsutils/jfsutils-1.1.15-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -39,6 +39,10 @@ src_prepare() { } src_configure() { + # -Werror=lto-type-mismatch + # https://bugs.gentoo.org/863905 + filter-lto + # It doesn't compile on alpha without this LDFLAGS use alpha && append-ldflags "-Wl,--no-relax" |