diff -r fb2107b60ba2 -r ead21d122ed0 MozillaFirefox/MozillaFirefox.spec --- a/MozillaFirefox/MozillaFirefox.spec Sun Jan 22 12:57:26 2012 +0100 +++ b/MozillaFirefox/MozillaFirefox.spec Sun Jan 22 13:11:39 2012 +0100 @@ -86,6 +86,7 @@ Patch11: mozilla-sle11.patch Patch12: mozilla-linux3.patch Patch13: mozilla-a11y.patch +Patch14: mozilla-disable-neon-option.patch # Firefox/browser Patch31: firefox-browser-css.patch Patch32: firefox-cross-desktop.patch @@ -213,6 +214,7 @@ %endif %patch12 -p1 %patch13 -p1 +%patch14 -p1 # %patch31 -p1 %patch32 -p1 @@ -298,6 +300,12 @@ ac_add_options --disable-crashreporter EOF %endif +# Disable neon for arm as it does not build correctly +%ifarch %arm +cat << EOF >> $MOZCONFIG +ac_add_options --disable-neon +EOF +%endif make -f client.mk build %install