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

(-)/usr/portage/net-misc/dhcpcd/dhcpcd-1.3.22_p4-r1.ebuild (-1 / +2 lines)
Lines 12-18 Link Here
12
SLOT="0"
12
SLOT="0"
13
KEYWORDS="x86 ppc sparc alpha hppa arm mips amd64 ia64"
13
KEYWORDS="x86 ppc sparc alpha hppa arm mips amd64 ia64"
14
LICENSE="GPL-2"
14
LICENSE="GPL-2"
15
IUSE="build"
15
IUSE="build static"
16
16
17
17
18
src_unpack() {
18
src_unpack() {
Lines 40-45 Link Here
40
}
40
}
41
41
42
src_compile() {
42
src_compile() {
43
	use static && CFLAGS="${CFLAGS} -static"
43
	./configure --prefix="" --sysconfdir=/var/lib --mandir=/usr/share/man || die
44
	./configure --prefix="" --sysconfdir=/var/lib --mandir=/usr/share/man || die
44
	emake || die
45
	emake || die
45
}
46
}

Return to bug 29207