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

Collapse All | Expand All

(-)libnet-1.1.2.1-r1.ebuild (-1 / +7 lines)
Lines 4-10 Link Here
4
4
5
WANT_AUTOCONF="latest"
5
WANT_AUTOCONF="latest"
6
WANT_AUTOMAKE="latest"
6
WANT_AUTOMAKE="latest"
7
inherit eutils autotools
7
inherit eutils autotools flag-o-matic
8
8
9
DESCRIPTION="library to provide an API for commonly used low-level network functions (mainly packet injection)"
9
DESCRIPTION="library to provide an API for commonly used low-level network functions (mainly packet injection)"
10
HOMEPAGE="http://www.packetfactory.net/libnet/"
10
HOMEPAGE="http://www.packetfactory.net/libnet/"
Lines 28-33 Link Here
28
	eautoreconf
28
	eautoreconf
29
}
29
}
30
30
31
src_compile() {
32
	use amd64 && append-flags "-fPIC"
33
	econf || die "configure failed"
34
	emake || die "make failed"
35
}
36
31
src_install(){
37
src_install(){
32
	emake DESTDIR="${D}" install || die "Failed to install"
38
	emake DESTDIR="${D}" install || die "Failed to install"
33
39

Return to bug 254355