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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 25524138334 for ; Wed, 23 Oct 2019 08:34:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 57AA7E097E; Wed, 23 Oct 2019 08:34:47 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3D246E097E for ; Wed, 23 Oct 2019 08:34:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B5A5434C23B for ; Wed, 23 Oct 2019 08:34:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 139F4779 for ; Wed, 23 Oct 2019 08:34:42 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1571819677.8ed2ae42d9e1a2c3df7ed8f116d7ab470de4358a.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/netselect/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/netselect/netselect-0.4-r1.ebuild net-analyzer/netselect/netselect-0.4.ebuild X-VCS-Directories: net-analyzer/netselect/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 8ed2ae42d9e1a2c3df7ed8f116d7ab470de4358a X-VCS-Branch: master Date: Wed, 23 Oct 2019 08:34:42 +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: 61fdb311-53bb-484b-8cc7-552ef1192f4d X-Archives-Hash: 19207fdfaaa2bc53df9dd648a91dbf7a commit: 8ed2ae42d9e1a2c3df7ed8f116d7ab470de4358a Author: Jeroen Roovers gentoo org> AuthorDate: Wed Oct 23 08:30:21 2019 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Wed Oct 23 08:34:37 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ed2ae42 net-analyzer/netselect: Respect CC, use CFLAGS while linking Package-Manager: Portage-2.3.77, Repoman-2.3.17 Fixes: https://bugs.gentoo.org/698312 Reported-by: Peter Levine Signed-off-by: Jeroen Roovers gentoo.org> .../netselect/{netselect-0.4.ebuild => netselect-0.4-r1.ebuild} | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/net-analyzer/netselect/netselect-0.4.ebuild b/net-analyzer/netselect/netselect-0.4-r1.ebuild similarity index 92% rename from net-analyzer/netselect/netselect-0.4.ebuild rename to net-analyzer/netselect/netselect-0.4-r1.ebuild index 18559af3f1e..20dbb56b53c 100644 --- a/net-analyzer/netselect/netselect-0.4.ebuild +++ b/net-analyzer/netselect/netselect-0.4-r1.ebuild @@ -26,8 +26,10 @@ src_prepare() { use ipv6 && eapply "${WORKDIR}"/${PN}-0.4-ipv6.patch default +} - tc-export CC +src_compile() { + emake CC="$(tc-getCC)" LDFLAGS="${CFLAGS} ${LDFLAGS}" } src_install () {