sys-apps/gradm: filter LTO

Complicated upstream situation so cannot test a newer version. LTO type mismatch.

Closes: https://bugs.gentoo.org/863569
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2024-03-17 08:32:33 +00:00
parent f1ce4f76f1
commit 58ee96dd20

View File

@@ -3,7 +3,7 @@
EAPI=7
inherit toolchain-funcs udev
inherit flag-o-matic toolchain-funcs udev
MY_PV="$(ver_rs 2 -)"
@@ -37,6 +37,9 @@ src_compile() {
local target
use pam || target="nopam"
# bug #863569
filter-lto
emake ${target} CC="$(tc-getCC)" OPT_FLAGS="${CFLAGS}"
}