diff options
author | Peter Volkov <pva@gentoo.org> | 2010-06-25 10:12:45 +0000 |
---|---|---|
committer | Peter Volkov <pva@gentoo.org> | 2010-06-25 10:12:45 +0000 |
commit | 666e6eb478818afdff7fc29353a65a2f918c2926 (patch) | |
tree | dde44542fb8d860377b025e67036d5c33154025c /net-analyzer/nfdump | |
parent | Version bump. Introduce new pdf useflag. (diff) | |
download | gentoo-2-666e6eb478818afdff7fc29353a65a2f918c2926.tar.gz gentoo-2-666e6eb478818afdff7fc29353a65a2f918c2926.tar.bz2 gentoo-2-666e6eb478818afdff7fc29353a65a2f918c2926.zip |
Work around ./configure failure, bug #325397, thank Pacho Ramos for report.
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'net-analyzer/nfdump')
-rw-r--r-- | net-analyzer/nfdump/ChangeLog | 6 | ||||
-rw-r--r-- | net-analyzer/nfdump/nfdump-1.6.1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-analyzer/nfdump/ChangeLog b/net-analyzer/nfdump/ChangeLog index 00239102a84a..00eb849222de 100644 --- a/net-analyzer/nfdump/ChangeLog +++ b/net-analyzer/nfdump/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-analyzer/nfdump # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nfdump/ChangeLog,v 1.11 2010/06/18 11:09:31 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nfdump/ChangeLog,v 1.12 2010/06/25 10:12:45 pva Exp $ + + 25 Jun 2010; Peter Volkov <pva@gentoo.org> nfdump-1.6.1.ebuild: + Work around ./configure failure, bug #325397, thank Pacho Ramos for + report. 18 Jun 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org> nfdump-1.6.1.ebuild: x86 stable wrt bug #323567 diff --git a/net-analyzer/nfdump/nfdump-1.6.1.ebuild b/net-analyzer/nfdump/nfdump-1.6.1.ebuild index 5e2f3359e20d..19d02ccb3959 100644 --- a/net-analyzer/nfdump/nfdump-1.6.1.ebuild +++ b/net-analyzer/nfdump/nfdump-1.6.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nfdump/nfdump-1.6.1.ebuild,v 1.4 2010/06/18 11:09:31 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nfdump/nfdump-1.6.1.ebuild,v 1.5 2010/06/25 10:12:45 pva Exp $ EAPI=2 inherit autotools eutils @@ -38,7 +38,7 @@ src_configure() { # --without-ftconf is not handled well #322201 econf \ $(use ftconv && echo "--with-ftconf --with-ftpath=/usr") \ - $(use_enable nfprofile) \ + $(use nfprofile && echo "--enable-nfprofile") \ $(use_enable sflow) # $(use_enable readpcap) \ } |