commit: 028fa963292020e1d939758a20ab6310d9eb3688 Author: Thomas Beierlein <tomjbe <AT> gentoo <DOT> org> AuthorDate: Fri Aug 12 16:32:11 2022 +0000 Commit: Thomas Beierlein <tomjbe <AT> gentoo <DOT> org> CommitDate: Fri Aug 12 16:34:01 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=028fa963
media-radio/svxlink: Filter out -flto Closes: https://bugs.gentoo.org/860414 Signed-off-by: Thomas Beierlein <tomjbe <AT> gentoo.org> media-radio/svxlink/svxlink-19.09.2.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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
