media-radio/unixcw: Add filter-lto to forbid link time optimization

Closes: https://bugs.gentoo.org/957446
Signed-off-by: Thomas Beierlein <tomjbe@gentoo.org>
This commit is contained in:
Thomas Beierlein 2025-06-15 15:27:56 +02:00
parent e1fb853c0b
commit cebf7ed59e
No known key found for this signature in database
GPG Key ID: AF4C8CF6B6C40570

View File

@ -3,7 +3,7 @@
EAPI=8
inherit autotools
inherit autotools flag-o-matic
DESCRIPTION="Collection of programs that fit together to form a morse code tutor program"
HOMEPAGE="https://unixcw.sourceforge.net"
@ -37,6 +37,8 @@ src_prepare() {
}
src_configure() {
# fails with -flto (see bug #957446)
filter-lto
econf --libdir="${EPREFIX}/usr/$(get_libdir)" \
$(use_enable pulseaudio ) \
$(use_enable alsa ) \