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/tcpdump/
Date: Fri, 08 Sep 2017 04:13:04
Message-Id: 1504843976.c6b870a61e92bafc93a613a0628316a1ad9f332b.jer@gentoo
1 commit: c6b870a61e92bafc93a613a0628316a1ad9f332b
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 8 04:07:43 2017 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 8 04:12:56 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6b870a6
7
8 net-analyzer/tcpdump: Update live ebuild.
9
10 Package-Manager: Portage-2.3.8, Repoman-2.3.3
11
12 net-analyzer/tcpdump/tcpdump-9999.ebuild | 9 +--------
13 1 file changed, 1 insertion(+), 8 deletions(-)
14
15 diff --git a/net-analyzer/tcpdump/tcpdump-9999.ebuild b/net-analyzer/tcpdump/tcpdump-9999.ebuild
16 index a631cce9193..6826bbc5e43 100644
17 --- a/net-analyzer/tcpdump/tcpdump-9999.ebuild
18 +++ b/net-analyzer/tcpdump/tcpdump-9999.ebuild
19 @@ -2,7 +2,7 @@
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI=6
23 -inherit eutils flag-o-matic toolchain-funcs user
24 +inherit flag-o-matic toolchain-funcs user
25
26 DESCRIPTION="A Tool for network monitoring and data acquisition"
27 EGIT_REPO_URI="https://github.com/the-tcpdump-group/tcpdump"
28 @@ -48,13 +48,6 @@ pkg_setup() {
29 }
30
31 src_configure() {
32 - # tcpdump needs some optimization. see bug #108391
33 - # but do not replace -Os
34 - filter-flags -O[0-9]
35 - has -O? ${CFLAGS} || append-cflags -O2
36 -
37 - filter-flags -finline-functions
38 -
39 if use drop-root; then
40 append-cppflags -DHAVE_CAP_NG_H
41 export LIBS=$( $(tc-getPKG_CONFIG) --libs libcap-ng )