Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 853763 | Differences between
and this patch

Collapse All | Expand All

(-)a/nfdump-1.6.23.ebuild (-1 / +4 lines)
Lines 3-9 Link Here
3
3
4
EAPI=7
4
EAPI=7
5
5
6
inherit autotools
6
inherit autotools flag-o-matic
7
7
8
DESCRIPTION="A set of tools to collect and process netflow data"
8
DESCRIPTION="A set of tools to collect and process netflow data"
9
HOMEPAGE="https://github.com/phaag/nfdump"
9
HOMEPAGE="https://github.com/phaag/nfdump"
Lines 19-24 Link Here
19
RDEPEND="
19
RDEPEND="
20
	app-arch/bzip2
20
	app-arch/bzip2
21
	sys-libs/zlib
21
	sys-libs/zlib
22
	elibc_musl? ( sys-libs/fts-standalone )
22
	ftconv? ( net-analyzer/flow-tools )
23
	ftconv? ( net-analyzer/flow-tools )
23
	nfpcapd? ( net-libs/libpcap )
24
	nfpcapd? ( net-libs/libpcap )
24
	nfprofile? ( net-analyzer/rrdtool )
25
	nfprofile? ( net-analyzer/rrdtool )
Lines 54-59 Link Here
54
}
55
}
55
56
56
src_configure() {
57
src_configure() {
58
	use elibc_musl && append-ldflags "-lfts"
59
57
	# --without-ftconf is not handled well, bug #322201
60
	# --without-ftconf is not handled well, bug #322201
58
	econf \
61
	econf \
59
		$(use ftconv && echo "--enable-ftconv --with-ftpath=/usr") \
62
		$(use ftconv && echo "--enable-ftconv --with-ftpath=/usr") \

Return to bug 853763