diff options
Diffstat (limited to 'net-analyzer/wireshark/wireshark-0.99.6-r1.ebuild')
-rw-r--r-- | net-analyzer/wireshark/wireshark-0.99.6-r1.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/net-analyzer/wireshark/wireshark-0.99.6-r1.ebuild b/net-analyzer/wireshark/wireshark-0.99.6-r1.ebuild index 55a206e86110..89d16f15f214 100644 --- a/net-analyzer/wireshark/wireshark-0.99.6-r1.ebuild +++ b/net-analyzer/wireshark/wireshark-0.99.6-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-0.99.6-r1.ebuild,v 1.2 2007/07/26 17:04:59 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-0.99.6-r1.ebuild,v 1.3 2007/08/02 15:48:29 falco Exp $ WANT_AUTOMAKE="1.9" inherit autotools libtool flag-o-matic eutils toolchain-funcs @@ -108,8 +108,6 @@ src_compile() { --enable-editcap \ --enable-capinfos \ --enable-text2pcap \ - --enable-dftest \ - --enable-randpkt \ ${myconf} || die "econf failed" # fixes an access violation caused by libnetsnmp - see bug 79068 |