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

(-)a/sys-apps/checkpolicy/checkpolicy-2.7.ebuild (-3 / +3 lines)
Lines 39-50 src_compile() { Link Here
39
	emake \
39
	emake \
40
		CC="$(tc-getCC)" \
40
		CC="$(tc-getCC)" \
41
		YACC="bison -y" \
41
		YACC="bison -y" \
42
		LIBDIR="\$(PREFIX)/$(get_libdir)"
42
		PREFIX="${ROOT:-/}usr" \
43
		LIBDIR="${ROOT:-/}usr/$(get_libdir)"
43
}
44
}
44
45
45
src_install() {
46
src_install() {
46
	emake DESTDIR="${D}" \
47
	emake DESTDIR="${D}" \
47
		LIBSEPOLA="/usr/$(get_libdir)/libsepol.a" \
48
		LIBSEPOLA="${ROOT:-/}usr/$(get_libdir)/libsepol.a" \
48
		install
49
		install
49
50
50
	if use debug; then
51
	if use debug; then
51
- 

Return to bug 638390