mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-21 21:17:37 -08:00
media-radio/qsstv: Filter out -lto
Closes: https://bugs.gentoo.org/966682 Signed-off-by: Thomas Beierlein <tomjbe@gentoo.org>
This commit is contained in:
parent
9d56960147
commit
032fd93ecb
@ -3,7 +3,7 @@
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit qmake-utils
|
||||
inherit flag-o-matic qmake-utils
|
||||
|
||||
DESCRIPTION="Amateur radio SSTV software"
|
||||
HOMEPAGE="https://www.qsl.net/o/on4qz/"
|
||||
@ -41,6 +41,7 @@ src_prepare() {
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
filter-lto
|
||||
eqmake6 PREFIX="/usr"
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user