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

(-)a/net-analyzer/tcpdump/tcpdump-4.9.2.ebuild (+5 lines)
Lines 64-69 src_configure() { Link Here
64
		$(use_with smi) \
64
		$(use_with smi) \
65
		$(use_with ssl crypto "${EPREFIX}/usr") \
65
		$(use_with ssl crypto "${EPREFIX}/usr") \
66
		$(usex drop-root "--with-user=tcpdump" "")
66
		$(usex drop-root "--with-user=tcpdump" "")
67
68
	# The Makefile generated by configure will use /usr/include
69
	# regardless of what it's asked to do. Below is a workaround to
70
	# use target headers instead of the host headers.
71
	sed -i -e 's#-I/usr/include##g' "${S}/Makefile"
67
}
72
}
68
73
69
src_test() {
74
src_test() {
(-)a/net-analyzer/tcpdump/tcpdump-9999.ebuild (-1 / +5 lines)
Lines 68-73 src_configure() { Link Here
68
		$(use_with smi) \
68
		$(use_with smi) \
69
		$(use_with ssl crypto "${EPREFIX}/usr") \
69
		$(use_with ssl crypto "${EPREFIX}/usr") \
70
		$(usex drop-root "--with-user=tcpdump" "")
70
		$(usex drop-root "--with-user=tcpdump" "")
71
72
	# The Makefile generated by configure will use /usr/include
73
	# regardless of what it's asked to do. Below is a workaround to
74
	# use target headers instead of the host headers.
75
	sed -i -e 's#-I/usr/include##g' "${S}/Makefile"
71
}
76
}
72
77
73
src_test() {
78
src_test() {
74
- 

Return to bug 692772