diff options
author | Mike Frysinger <vapier@gentoo.org> | 2007-09-06 22:47:48 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2007-09-06 22:47:48 +0000 |
commit | 49e4202b282d12b1b5f80b56610ff1c322527993 (patch) | |
tree | b7d52943f1c4b846560792ddbbf984ace8dd5d8f /net-analyzer/ntop | |
parent | Removing my big Descent 2 mask. (diff) | |
download | gentoo-2-49e4202b282d12b1b5f80b56610ff1c322527993.tar.gz gentoo-2-49e4202b282d12b1b5f80b56610ff1c322527993.tar.bz2 gentoo-2-49e4202b282d12b1b5f80b56610ff1c322527993.zip |
Force --disable-snmp so it isnt detected automatically.
(Portage version: 2.1.3.7)
Diffstat (limited to 'net-analyzer/ntop')
-rw-r--r-- | net-analyzer/ntop/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/ntop/ntop-3.3.ebuild | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-analyzer/ntop/ChangeLog b/net-analyzer/ntop/ChangeLog index 49504bd528d5..7cd269c07288 100644 --- a/net-analyzer/ntop/ChangeLog +++ b/net-analyzer/ntop/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/ntop # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ntop/ChangeLog,v 1.60 2007/09/06 09:18:21 jokey Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ntop/ChangeLog,v 1.61 2007/09/06 22:47:48 vapier Exp $ + + 06 Sep 2007; Mike Frysinger <vapier@gentoo.org> ntop-3.3.ebuild: + Force --disable-snmp so it isnt detected automatically. 06 Sep 2007; Markus Ullmann <jokey@gentoo.org> ntop-3.3.ebuild: Disabling snmp as it doesn't compile, see bug #190448 diff --git a/net-analyzer/ntop/ntop-3.3.ebuild b/net-analyzer/ntop/ntop-3.3.ebuild index 7e3dc8fb36d9..d6cbe54d69c9 100644 --- a/net-analyzer/ntop/ntop-3.3.ebuild +++ b/net-analyzer/ntop/ntop-3.3.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/ntop/ntop-3.3.ebuild,v 1.2 2007/09/06 09:18:21 jokey Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ntop/ntop-3.3.ebuild,v 1.3 2007/09/06 22:47:48 vapier Exp $ inherit eutils autotools @@ -87,8 +87,9 @@ src_compile() { $(use_with tcpd) \ $(use_with zlib) \ --with-rrd-home=/usr/lib \ + --disable-snmp \ || die "configure problem" - # $(use_enable snmp) \ + # $(use_enable snmp) emake || die "compile problem" } |