Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 836577
Collapse All | Expand All

(-)a/net-analyzer/tcpreplay/tcpreplay-4.4.1.ebuild (-2 / +3 lines)
Lines 3-9 Link Here
3
3
4
EAPI=8
4
EAPI=8
5
5
6
inherit autotools
6
inherit autotools flag-o-matic
7
7
8
DESCRIPTION="Utilities for editing and replaying previously captured network traffic"
8
DESCRIPTION="Utilities for editing and replaying previously captured network traffic"
9
HOMEPAGE="http://tcpreplay.appneta.com/ https://github.com/appneta/tcpreplay"
9
HOMEPAGE="http://tcpreplay.appneta.com/ https://github.com/appneta/tcpreplay"
Lines 29-34 BDEPEND=" Link Here
29
DEPEND="
29
DEPEND="
30
	dev-libs/libdnet
30
	dev-libs/libdnet
31
	>=net-libs/libpcap-0.9
31
	>=net-libs/libpcap-0.9
32
	elibc_musl? ( sys-libs/fts-standalone )
32
	pcapnav? ( net-libs/libpcapnav )
33
	pcapnav? ( net-libs/libpcapnav )
33
	tcpdump? ( net-analyzer/tcpdump )
34
	tcpdump? ( net-analyzer/tcpdump )
34
"
35
"
Lines 57-62 src_prepare() { Link Here
57
}
58
}
58
59
59
src_configure() {
60
src_configure() {
61
	use elibc_musl && append-flags "-lfts"
60
	# By default it uses static linking. Avoid that, bug #252940
62
	# By default it uses static linking. Avoid that, bug #252940
61
	econf \
63
	econf \
62
		$(use_enable debug) \
64
		$(use_enable debug) \
63
- 

Return to bug 836577