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

(-)qstat-2.6.ebuild.old (-1 / +1 lines)
Lines 14-20 Link Here
14
DEPEND="virtual/libc"
14
DEPEND="virtual/libc"
15
15
16
src_compile() {
16
src_compile() {
17
	emake CFLAGS="${CFLAGS}" || die "emake failed"
17
	emake CFLAGS="${CFLAGS} -Dsysconfdir=\\\"/etc\\\"" || die "emake failed"
18
}
18
}
19
19
20
src_install() {
20
src_install() {

Return to bug 73830