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

Collapse All | Expand All

(-)tcpdump-3.7.2.ebuild.orig (-1 / +5 lines)
Lines 13-19 Link Here
13
13
14
LICENSE="BSD"
14
LICENSE="BSD"
15
SLOT="0"
15
SLOT="0"
16
KEYWORDS="x86 ppc sparc alpha mips hppa arm ia64"
16
KEYWORDS="x86 ppc sparc alpha mips hppa arm ia64 ~amd64"
17
17
18
DEPEND=">=net-libs/libpcap-0.6.1
18
DEPEND=">=net-libs/libpcap-0.6.1
19
	ssl? ( >=dev-libs/openssl-0.6.9 )"
19
	ssl? ( >=dev-libs/openssl-0.6.9 )"
Lines 21-26 Link Here
21
src_compile() {
21
src_compile() {
22
	local myconf
22
	local myconf
23
23
24
	# This fixes a header order problem that causes IPPROTO_SCTP to be redefined to blank
25
	# with newer versions of glibc.
26
	epatch ${FILESDIR}/${P}-sctp.patch || die "Unable to patch"
27
24
	use ssl || myconf="--without-crypto"
28
	use ssl || myconf="--without-crypto"
25
	econf \
29
	econf \
26
		--enable-ipv6 \
30
		--enable-ipv6 \

Return to bug 32061