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 76195138334 for ; Mon, 30 Dec 2019 09:23:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B465CE0A8E; Mon, 30 Dec 2019 09:23:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 954A5E0A8E for ; Mon, 30 Dec 2019 09:23:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 3CC9F34DD0E for ; Mon, 30 Dec 2019 09:23:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 448D92B for ; Mon, 30 Dec 2019 09:23:13 +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: <1577697791.9e3ab652b2a50bfe001fe6326cf5ae1d94f2ac32.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/ntopng/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/ntopng/ntopng-3.8.1-r1.ebuild net-analyzer/ntopng/ntopng-3.8.1-r2.ebuild X-VCS-Directories: net-analyzer/ntopng/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 9e3ab652b2a50bfe001fe6326cf5ae1d94f2ac32 X-VCS-Branch: master Date: Mon, 30 Dec 2019 09:23:13 +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: c2095b0c-8c8b-4403-ac04-00d66f29ade0 X-Archives-Hash: a06cf88fdb732eb5543c8f68220d891f commit: 9e3ab652b2a50bfe001fe6326cf5ae1d94f2ac32 Author: Jeroen Roovers gentoo org> AuthorDate: Mon Dec 30 09:21:46 2019 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Mon Dec 30 09:23:11 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e3ab652 net-analyzer/ntopng: Set Makefile overrides Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Jeroen Roovers gentoo.org> .../ntopng/{ntopng-3.8.1-r1.ebuild => ntopng-3.8.1-r2.ebuild} | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/net-analyzer/ntopng/ntopng-3.8.1-r1.ebuild b/net-analyzer/ntopng/ntopng-3.8.1-r2.ebuild similarity index 94% rename from net-analyzer/ntopng/ntopng-3.8.1-r1.ebuild rename to net-analyzer/ntopng/ntopng-3.8.1-r2.ebuild index 999edd283b2..fb5e82a0194 100644 --- a/net-analyzer/ntopng/ntopng-3.8.1-r1.ebuild +++ b/net-analyzer/ntopng/ntopng-3.8.1-r2.ebuild @@ -64,6 +64,13 @@ src_configure() { default } +src_compile() { + emake \ + CC="$(tc-getCC)" \ + MYCFLAGS="${CFLAGS}" \ + MYLDFLAGS="${LDFLAGS}" +} + src_install() { SHARE_NTOPNG_DIR="${EPREFIX}/usr/share/${PN}" dodir ${SHARE_NTOPNG_DIR}