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

(-)luadbi-0.5-r1.ebuild (-1 / +1 lines)
Lines 43-49 Link Here
43
43
44
	append-flags -fPIC -c
44
	append-flags -fPIC -c
45
	for driver in "${drivers}" ; do
45
	for driver in "${drivers}" ; do
46
		emake ${driver}
46
		emake CC="$(tc-getCC)" COMMON_LDFLAGS="${LDFLAGS}" ${driver}
47
	done
47
	done
48
}
48
}
49
49

Return to bug 436648