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

(-)dhcpv6-1.2.0.ebuild (-3 / +9 lines)
Lines 2-8 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpv6/dhcpv6-1.2.0.ebuild,v 1.1 2009/09/11 01:20:07 deathwing00 Exp $
3
# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpv6/dhcpv6-1.2.0.ebuild,v 1.1 2009/09/11 01:20:07 deathwing00 Exp $
4
4
5
inherit flag-o-matic
5
inherit flag-o-matic autotools
6
6
7
DESCRIPTION="Server and client for DHCPv6"
7
DESCRIPTION="Server and client for DHCPv6"
8
HOMEPAGE="https://fedorahosted.org/dhcpv6/"
8
HOMEPAGE="https://fedorahosted.org/dhcpv6/"
Lines 16-25 Link Here
16
DEPEND=">=dev-libs/libnl-1.1"
16
DEPEND=">=dev-libs/libnl-1.1"
17
RDEPEND="${DEPEND}"
17
RDEPEND="${DEPEND}"
18
18
19
src_unpack() {
20
	unpack ${A}
21
	cd ${S}
22
	epatch "${FILESDIR}/fix-gnusource-collisions-${PV}.patch"
23
	eautoreconf
24
}
25
19
src_compile() {
26
src_compile() {
20
	use static && append-ldflags -static
27
	use static && append-ldflags -static
21
	econf || die
28
	econf
22
	epatch "${FILESDIR}/fix-gnusource-collisions-${PV}.patch"
23
	emake || die
29
	emake || die
24
}
30
}
25
31

Return to bug 278458