--- mozconfig.eclass 2005-12-14 08:06:05.000000000 +0000 +++ newmozconfig.eclass 2006-06-10 18:24:17.000000000 +0000 @@ -108,6 +108,12 @@ # -fstack-protector is in ALLOWED_FLAGS but breaks moz #83511 #filter-flags -fstack-protector ; # commented out by solar + #filters -fstack-protector for Firefox, allows for regular Moz + case ${PN} in + *firefox) + filter-flags -fstack-protector;; + esac + # Additional ARCH support case "${ARCH}" in alpha)