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

Collapse All | Expand All

(-)ghc-6.2.2.ebuild.orig (-1 / +2 lines)
Lines 73-80 Link Here
73
}
73
}
74
74
75
setup_cflags() {
75
setup_cflags() {
76
	setup_cflag "-fno-pic"
76
	setup_cflag "-fno-pie"
77
	setup_cflag "-fno-stack-protector"
77
	setup_cflag "-fno-stack-protector"
78
	setup_cflag "-fno-stack-protector-all"
78
}
79
}
79
80
80
src_unpack() {
81
src_unpack() {

Return to bug 59709