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

(-)mod_caucho-4.0.22.ebuild (-1 / +1 lines)
Lines 42-48 Link Here
42
}
42
}
43
43
44
src_configure() {
44
src_configure() {
45
	econf --with-apxs=${APXS} || die "econf failed"
45
	econf --with-apxs=${APXS} --with-java-home=/usr || die "econf failed"
46
}
46
}
47
47
48
src_compile() {
48
src_compile() {

Return to bug 404533