Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/ntopng/
Date: Mon, 30 Dec 2019 09:23:17
Message-Id: 1577697791.9e3ab652b2a50bfe001fe6326cf5ae1d94f2ac32.jer@gentoo
1 commit: 9e3ab652b2a50bfe001fe6326cf5ae1d94f2ac32
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Mon Dec 30 09:21:46 2019 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 30 09:23:11 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e3ab652
7
8 net-analyzer/ntopng: Set Makefile overrides
9
10 Package-Manager: Portage-2.3.84, Repoman-2.3.20
11 Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
12
13 .../ntopng/{ntopng-3.8.1-r1.ebuild => ntopng-3.8.1-r2.ebuild} | 7 +++++++
14 1 file changed, 7 insertions(+)
15
16 diff --git a/net-analyzer/ntopng/ntopng-3.8.1-r1.ebuild b/net-analyzer/ntopng/ntopng-3.8.1-r2.ebuild
17 similarity index 94%
18 rename from net-analyzer/ntopng/ntopng-3.8.1-r1.ebuild
19 rename to net-analyzer/ntopng/ntopng-3.8.1-r2.ebuild
20 index 999edd283b2..fb5e82a0194 100644
21 --- a/net-analyzer/ntopng/ntopng-3.8.1-r1.ebuild
22 +++ b/net-analyzer/ntopng/ntopng-3.8.1-r2.ebuild
23 @@ -64,6 +64,13 @@ src_configure() {
24 default
25 }
26
27 +src_compile() {
28 + emake \
29 + CC="$(tc-getCC)" \
30 + MYCFLAGS="${CFLAGS}" \
31 + MYLDFLAGS="${LDFLAGS}"
32 +}
33 +
34 src_install() {
35 SHARE_NTOPNG_DIR="${EPREFIX}/usr/share/${PN}"
36 dodir ${SHARE_NTOPNG_DIR}