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

(-)chrony-1.19.ebuild.org (-1 / +12 lines)
Lines 21-30 Link Here
21
21
22
	epatch ${FILESDIR}/${P}-conf.c-gentoo.diff
22
	epatch ${FILESDIR}/${P}-conf.c-gentoo.diff
23
	epatch ${FILESDIR}/${P}-chrony.conf.example-gentoo.diff
23
	epatch ${FILESDIR}/${P}-chrony.conf.example-gentoo.diff
24
25
	sed -i 's/Linux-ppc\* /&| Linux-sparc\* /' configure
24
}
26
}
25
27
26
src_compile() {
28
src_compile() {
27
	econf `use_enable readline` || die
29
#	econf `use_enable readline` || die
30
	
31
	local myconf
32
33
	myconf="--prefix=/usr"
34
35
	use readline || myconf="${myconf} --disable-readline"
36
37
	./configure ${myconf} || die "./configure failed"
38
28
	emake all docs || die
39
	emake all docs || die
29
}
40
}
30
41

Return to bug 30499