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

(-)/usr/portage/sys-apps/v86d/v86d-0.1.3-r1.ebuild (+3 lines)
Lines 33-38 Link Here
33
		myconf="--with-x86emu"
33
		myconf="--with-x86emu"
34
	fi
34
	fi
35
35
36
	# -fstack-protector doesn't agree with linking against klibc
37
	filter-flags -fstack-protector
38
36
	./configure --with-klibc $(use_with debug) ${myconf}
39
	./configure --with-klibc $(use_with debug) ${myconf}
37
	make KDIR=${KV_DIR} || die
40
	make KDIR=${KV_DIR} || die
38
}
41
}

Return to bug 204093