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

(-)polarssl-1.2.5.ebuild (-1 / +1 lines)
Lines 28-34 Link Here
28
}
28
}
29
29
30
src_compile() {
30
src_compile() {
31
	tc-export CC
31
	tc-export CC AR
32
	emake -C library libpolarssl.so || die "emake failed"
32
	emake -C library libpolarssl.so || die "emake failed"
33
33
34
	if use examples ; then
34
	if use examples ; then

Return to bug 459280