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.24.ebuild (-1 / +3 lines)
Lines 3-9 Link Here
3
3
4
EAPI=8
4
EAPI=8
5
5
6
inherit autotools toolchain-funcs
6
inherit autotools flag-o-matic toolchain-funcs
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 53-58 Link Here
53
54
54
src_configure() {
55
src_configure() {
55
	tc-export CC
56
	tc-export CC
57
	use elibc_musl && append-ldflags "-lfts"
56
58
57
	# --without-ftconf is not handled well, bug #322201
59
	# --without-ftconf is not handled well, bug #322201
58
	econf \
60
	econf \

Return to bug 853763