From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 47A03158094 for ; Fri, 12 Aug 2022 16:34:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4C9F8E0970; Fri, 12 Aug 2022 16:34:35 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2EB24E0970 for ; Fri, 12 Aug 2022 16:34:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0987B340E8D for ; Fri, 12 Aug 2022 16:34:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3A968561 for ; Fri, 12 Aug 2022 16:34:32 +0000 (UTC) From: "Thomas Beierlein" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Beierlein" Message-ID: <1660322041.028fa963292020e1d939758a20ab6310d9eb3688.tomjbe@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-radio/svxlink/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-radio/svxlink/svxlink-19.09.2.ebuild X-VCS-Directories: media-radio/svxlink/ X-VCS-Committer: tomjbe X-VCS-Committer-Name: Thomas Beierlein X-VCS-Revision: 028fa963292020e1d939758a20ab6310d9eb3688 X-VCS-Branch: master Date: Fri, 12 Aug 2022 16:34:32 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 410e6149-f0c4-4c81-9fd6-99795c104597 X-Archives-Hash: ce0f7b23523c290c7525ef0f9b80cc1a commit: 028fa963292020e1d939758a20ab6310d9eb3688 Author: Thomas Beierlein gentoo org> AuthorDate: Fri Aug 12 16:32:11 2022 +0000 Commit: Thomas Beierlein gentoo 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 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