mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-05 14:07:27 -08:00
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:
parent
e1fb853c0b
commit
cebf7ed59e
@ -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 ) \
|
||||
Loading…
x
Reference in New Issue
Block a user