summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Beierlein <tomjbe@gentoo.org>2022-08-12 18:32:11 +0200
committerThomas Beierlein <tomjbe@gentoo.org>2022-08-12 18:34:01 +0200
commit028fa963292020e1d939758a20ab6310d9eb3688 (patch)
treed169e4cc4d23fec5e2fa58dc8a964c5ea13e9003 /media-radio/svxlink
parentdev-python/python-sense-hat: fix PythonGHDistfileSuffix (diff)
downloadgentoo-028fa963292020e1d939758a20ab6310d9eb3688.tar.gz
gentoo-028fa963292020e1d939758a20ab6310d9eb3688.tar.bz2
gentoo-028fa963292020e1d939758a20ab6310d9eb3688.zip
media-radio/svxlink: Filter out -flto
Closes: https://bugs.gentoo.org/860414 Signed-off-by: Thomas Beierlein <tomjbe@gentoo.org>
Diffstat (limited to 'media-radio/svxlink')
-rw-r--r--media-radio/svxlink/svxlink-19.09.2.ebuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/media-radio/svxlink/svxlink-19.09.2.ebuild b/media-radio/svxlink/svxlink-19.09.2.ebuild
index 32d84c58f3d0..9deb6df6d74d 100644
--- a/media-radio/svxlink/svxlink-19.09.2.ebuild
+++ b/media-radio/svxlink/svxlink-19.09.2.ebuild
@@ -5,7 +5,7 @@ EAPI=7
CMAKE_MAKEFILE_GENERATOR=emake
-inherit cmake systemd
+inherit cmake flag-o-matic systemd
CMAKE_USE_DIR="${S}/src"
@@ -44,6 +44,9 @@ src_prepare() {
}
src_configure() {
+ # -Wodr warnings, see bug #860414
+ filter-lto
+
local mycmakeargs=(
-DSYSCONF_INSTALL_DIR=/etc
-DLOCAL_STATE_DIR=/var