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 8B22A1396D0 for ; Fri, 8 Sep 2017 04:13:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CDF85E0D9E; Fri, 8 Sep 2017 04:13:03 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 ADBBCE0823 for ; Fri, 8 Sep 2017 04:13:03 +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 7DE173417B4 for ; Fri, 8 Sep 2017 04:13:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ED63E8F87 for ; Fri, 8 Sep 2017 04:13:00 +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: <1504843976.c6b870a61e92bafc93a613a0628316a1ad9f332b.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/tcpdump/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/tcpdump/tcpdump-9999.ebuild X-VCS-Directories: net-analyzer/tcpdump/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: c6b870a61e92bafc93a613a0628316a1ad9f332b X-VCS-Branch: master Date: Fri, 8 Sep 2017 04:13:00 +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-Archives-Salt: ea1bb98a-3182-4050-a785-348aafd425b2 X-Archives-Hash: 35fa16c164e5c533da7e51f6069e1edc commit: c6b870a61e92bafc93a613a0628316a1ad9f332b Author: Jeroen Roovers gentoo org> AuthorDate: Fri Sep 8 04:07:43 2017 +0000 Commit: Jeroen Roovers gentoo 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 )