From 9ae918dcd4007efadb8dcb61226a2da6c65e495a Mon Sep 17 00:00:00 2001 From: Jerome Duval Date: Thu, 13 Aug 2015 18:59:24 +0000 Subject: [PATCH] tcpdump: add a strip after install. --- net-analyzer/tcpdump/tcpdump-4.7.4.recipe | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/net-analyzer/tcpdump/tcpdump-4.7.4.recipe b/net-analyzer/tcpdump/tcpdump-4.7.4.recipe index 72103b6ab..8bb8ba6b9 100644 --- a/net-analyzer/tcpdump/tcpdump-4.7.4.recipe +++ b/net-analyzer/tcpdump/tcpdump-4.7.4.recipe @@ -34,7 +34,7 @@ COPYRIGHT=" 2012 Christoph Paasch 1995-1998, 2001-2002 WIDE Project " -REVISION="1" +REVISION="2" ARCHITECTURES="x86_gcc2 x86 x86_64" @@ -56,6 +56,7 @@ BUILD_PREREQUIRES=" cmd:make cmd:autoconf cmd:automake + cmd:strip " PATCHES="tcpdump-$portVersion.patchset" @@ -70,6 +71,7 @@ BUILD() INSTALL() { make install + strip $binDir/tcpdump rm $binDir/tcpdump.$portVersion }