mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07: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:
@@ -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"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user