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

Collapse All | Expand All

(-)lilo-22.7.1.ebuild (+3 lines)
Lines 60-65 Link Here
60
}
60
}
61
61
62
src_compile() {
62
src_compile() {
63
	# lilo needs this. bug 140209
64
	export LC_ALL=C
65
63
	# hardened automatic PIC plus PIE building should be suppressed
66
	# hardened automatic PIC plus PIE building should be suppressed
64
	# because of assembler instructions that cannot be compiled PIC
67
	# because of assembler instructions that cannot be compiled PIC
65
	HARDENED_CFLAGS="`test-flags-CC -fno-pic -nopie`"
68
	HARDENED_CFLAGS="`test-flags-CC -fno-pic -nopie`"
(-)lilo-22.7.2-r1.ebuild (+3 lines)
Lines 60-65 Link Here
60
}
60
}
61
61
62
src_compile() {
62
src_compile() {
63
	# lilo needs this. bug 140209
64
	export LC_ALL=C
65
63
	# hardened automatic PIC plus PIE building should be suppressed
66
	# hardened automatic PIC plus PIE building should be suppressed
64
	# because of assembler instructions that cannot be compiled PIC
67
	# because of assembler instructions that cannot be compiled PIC
65
	HARDENED_CFLAGS="`test-flags-CC -fno-pic -nopie`"
68
	HARDENED_CFLAGS="`test-flags-CC -fno-pic -nopie`"
(-)lilo-22.7.ebuild (+3 lines)
Lines 67-72 Link Here
67
}
67
}
68
68
69
src_compile() {
69
src_compile() {
70
	# lilo needs this. bug 140209
71
	export LC_ALL=C
72
70
	# hardened automatic PIC plus PIE building should be suppressed
73
	# hardened automatic PIC plus PIE building should be suppressed
71
	# because of assembler instructions that cannot be compiled PIC
74
	# because of assembler instructions that cannot be compiled PIC
72
	HARDENED_CFLAGS="`test-flags-CC -fno-pic -nopie`"
75
	HARDENED_CFLAGS="`test-flags-CC -fno-pic -nopie`"

Return to bug 140209