Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 33010 | Differences between
and this patch

Collapse All | Expand All

(-)lilo-22.5.8-r1.ebuild (+5 lines)
Lines 47-53 Link Here
47
src_compile() {
47
src_compile() {
48
48
49
	# Do not use custom CFLAGS for stability reasons
49
	# Do not use custom CFLAGS for stability reasons
50
	if has_version 'sys-devel/hardened-gcc'
51
	then
52
		find ${W} -type f -name "Makefile" -exec sed -i "s:CC=cc:CC=${CC} -yet_exec:" {} \;
53
	fi
54
50
}
55
}
51
56
52
src_install() {
57
src_install() {

Return to bug 33010