MozillaFirefox/MozillaFirefox.spec
branchfirefox45
changeset 908 b29b47737173
parent 907 3ccb278a9ceb
child 909 c6717354928b
child 917 d86715f04d3c
--- a/MozillaFirefox/MozillaFirefox.spec	Tue Apr 12 21:14:38 2016 +0200
+++ b/MozillaFirefox/MozillaFirefox.spec	Sun Apr 24 08:20:10 2016 +0200
@@ -368,17 +368,15 @@
 %if ! %crashreporter
 ac_add_options --disable-crashreporter
 %endif
-# Disable neon for arm as it does not build correctly
 %ifarch %arm
-ac_add_options --disable-neon
+ac_add_options --disable-elf-hack
+ac_add_options --with-fpu=vfpv3-d16
+ac_add_options --with-float-abi=hard
+ac_add_options --with-arch=armv7-a
 %endif
-%ifnarch %ix86 x86_64
+%ifarch %arm aarch64 s390x
 ac_add_options --disable-webrtc
 %endif
-# try to use OpenGL-ES on ARM
-%ifarch %arm aarch64
-ac_add_options --with-gl-provider=EGL
-%endif
 EOF
 make -f client.mk build