summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2000-12-08 17:21:49 +0000
committerAchim Gottinger <achim@gentoo.org>2000-12-08 17:21:49 +0000
commit2779c80058691310ccecf2d2e1244dc356f74e34 (patch)
treebd6daefb6e7e4317093b2b200d628a84d7579afd /net-analyzer
parentrc3 fixes (diff)
downloadhistorical-2779c80058691310ccecf2d2e1244dc356f74e34.tar.gz
historical-2779c80058691310ccecf2d2e1244dc356f74e34.tar.bz2
historical-2779c80058691310ccecf2d2e1244dc356f74e34.zip
rc3 fixes
Diffstat (limited to 'net-analyzer')
-rw-r--r--net-analyzer/tcpdump/tcpdump-3.5.2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/tcpdump/tcpdump-3.5.2.ebuild b/net-analyzer/tcpdump/tcpdump-3.5.2.ebuild
index dc5c00154110..f78ceaf81261 100644
--- a/net-analyzer/tcpdump/tcpdump-3.5.2.ebuild
+++ b/net-analyzer/tcpdump/tcpdump-3.5.2.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2000 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Achim Gottinger <achim@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpdump/tcpdump-3.5.2.ebuild,v 1.3 2000/11/02 08:31:52 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpdump/tcpdump-3.5.2.ebuild,v 1.4 2000/12/08 17:21:49 achim Exp $
P=tcpdump-3.5.2
A=${P}.tar.gz
@@ -17,7 +17,7 @@ DEPEND=">=sys-libs/glibc-2.1.3
src_compile() {
cd ${S}
- try ./configure --host=${CHOST} --prefix=/usr
+ try ./configure --host=${CHOST} --prefix=/usr --disable-ipv6
try make
}