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

(-)polarssl-0.12.0.ebuild.old (-1 / +4 lines)
Lines 36-42 Link Here
36
src_test() {
36
src_test() {
37
	cd "${S}"/programs
37
	cd "${S}"/programs
38
	emake test/selftest || die "emake selftest failed"
38
	emake test/selftest || die "emake selftest failed"
39
	./test/selftest || die "selftest failed"
39
40
	# make sure that the just-compiled polarssl is lunk against instead
41
	# of a system-installed one --binki
42
	LD_LIBRARY_PATH="${S}/library:${LD_LIBRARY_PATH}" ./test/selftest || die "selftest failed"
40
}
43
}
41
44
42
src_install() {
45
src_install() {

Return to bug 318395