diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2004-01-05 15:50:03 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2004-01-05 15:50:03 +0000 |
commit | 06f000e611bdf1afa02a4e9347230c6caa705e1e (patch) | |
tree | 19679a5fa4a7ebb6f8a77dbf39f0c462f50ab0c8 /net-analyzer/tcpdump | |
parent | Version bump, fixed years to make repoman happy :) (diff) | |
download | gentoo-2-06f000e611bdf1afa02a4e9347230c6caa705e1e.tar.gz gentoo-2-06f000e611bdf1afa02a4e9347230c6caa705e1e.tar.bz2 gentoo-2-06f000e611bdf1afa02a4e9347230c6caa705e1e.zip |
Closing #37184
Diffstat (limited to 'net-analyzer/tcpdump')
-rw-r--r-- | net-analyzer/tcpdump/ChangeLog | 6 | ||||
-rw-r--r-- | net-analyzer/tcpdump/Manifest | 4 | ||||
-rw-r--r-- | net-analyzer/tcpdump/tcpdump-3.8.1.ebuild | 6 |
3 files changed, 12 insertions, 4 deletions
diff --git a/net-analyzer/tcpdump/ChangeLog b/net-analyzer/tcpdump/ChangeLog index b17c9212c437..89c9bedad5c6 100644 --- a/net-analyzer/tcpdump/ChangeLog +++ b/net-analyzer/tcpdump/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-analyzer/tcpdump # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpdump/ChangeLog,v 1.17 2004/01/03 13:12:46 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpdump/ChangeLog,v 1.18 2004/01/05 15:49:54 aliz Exp $ + + 05 Jan 2004; Daniel Ahlberg <aliz@gentoo.org> tcpdump-3.8.1.ebuild: + Change optimization levels. Patch by Gustavo Zacarias <gustavoz@gentoo.org> in + #37184. *tcpdump-3.8.1 (03 Jan 2004) diff --git a/net-analyzer/tcpdump/Manifest b/net-analyzer/tcpdump/Manifest index 801fd502e77f..26a1df3c3405 100644 --- a/net-analyzer/tcpdump/Manifest +++ b/net-analyzer/tcpdump/Manifest @@ -1,8 +1,8 @@ MD5 1de185f65cd5fa5cb3505f78bd8d49e3 tcpdump-3.6.2-r1.ebuild 990 MD5 654b0de9115e9b4d593849036398c466 tcpdump-3.7.2.ebuild 984 MD5 c914ef7d2cebd9a79a6781bb1cd633b8 tcpdump-3.7.1.ebuild 858 -MD5 685a78ca821364fb6b3a19236bf0d706 ChangeLog 2584 -MD5 7e72292e3b45c80df367397540e713ee tcpdump-3.8.1.ebuild 876 +MD5 9fed07b593bf5ae240e6a087b729c1ba ChangeLog 2746 +MD5 39de5de5511ee448fbc45aa1f0baeeec tcpdump-3.8.1.ebuild 926 MD5 f5295cc511894293cef91f09dd9d9d43 files/digest-tcpdump-3.6.2-r1 65 MD5 5e02cff127175efbe4fc3be1f3321508 files/tcpdump-3.7.2-sctp.patch 352 MD5 4562ddac208fb1dc942a46986de4cc74 files/tcpdump-3.6.2-afsprinting.patch 1820 diff --git a/net-analyzer/tcpdump/tcpdump-3.8.1.ebuild b/net-analyzer/tcpdump/tcpdump-3.8.1.ebuild index a1562bfba2fc..f9338d8e0b02 100644 --- a/net-analyzer/tcpdump/tcpdump-3.8.1.ebuild +++ b/net-analyzer/tcpdump/tcpdump-3.8.1.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpdump/tcpdump-3.8.1.ebuild,v 1.1 2004/01/03 13:12:46 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpdump/tcpdump-3.8.1.ebuild,v 1.2 2004/01/05 15:49:54 aliz Exp $ + +inherit flag-o-matic IUSE="ssl" @@ -19,6 +21,8 @@ DEPEND=">=net-libs/libpcap-0.6.1 ssl? ( >=dev-libs/openssl-0.6.9 )" src_compile() { + replace-flags -O[3-9] -O2 + econf `use_with ssl crypto` `use_enable ipv6` || die make CCOPT="$CFLAGS" || die } |