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

(-)mozconfig.eclass (+6 lines)
Lines 108-113 Link Here
108
	# -fstack-protector is in ALLOWED_FLAGS but breaks moz #83511
108
	# -fstack-protector is in ALLOWED_FLAGS but breaks moz #83511
109
	#filter-flags -fstack-protector ; # commented out by solar
109
	#filter-flags -fstack-protector ; # commented out by solar
110
110
111
	#filters -fstack-protector for Firefox, allows for regular Moz
112
	case ${PN} in
113
		*firefox)
114
			filter-flags -fstack-protector;;
115
	esac
116
111
	# Additional ARCH support
117
	# Additional ARCH support
112
	case "${ARCH}" in
118
	case "${ARCH}" in
113
	alpha)
119
	alpha)

Return to bug 136329