commit:     c6b870a61e92bafc93a613a0628316a1ad9f332b
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Fri Sep  8 04:07:43 2017 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Fri Sep  8 04:12:56 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6b870a6

net-analyzer/tcpdump: Update live ebuild.

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 net-analyzer/tcpdump/tcpdump-9999.ebuild | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/net-analyzer/tcpdump/tcpdump-9999.ebuild 
b/net-analyzer/tcpdump/tcpdump-9999.ebuild
index a631cce9193..6826bbc5e43 100644
--- a/net-analyzer/tcpdump/tcpdump-9999.ebuild
+++ b/net-analyzer/tcpdump/tcpdump-9999.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-inherit eutils flag-o-matic toolchain-funcs user
+inherit flag-o-matic toolchain-funcs user
 
 DESCRIPTION="A Tool for network monitoring and data acquisition"
 EGIT_REPO_URI="https://github.com/the-tcpdump-group/tcpdump";
@@ -48,13 +48,6 @@ pkg_setup() {
 }
 
 src_configure() {
-       # tcpdump needs some optimization. see bug #108391
-       # but do not replace -Os
-       filter-flags -O[0-9]
-       has -O? ${CFLAGS} || append-cflags -O2
-
-       filter-flags -finline-functions
-
        if use drop-root; then
                append-cppflags -DHAVE_CAP_NG_H
                export LIBS=$( $(tc-getPKG_CONFIG) --libs libcap-ng )

Reply via email to