MozillaFirefox/MozillaFirefox.spec
branchfirefox45
changeset 908 b29b47737173
parent 907 3ccb278a9ceb
child 909 c6717354928b
child 917 d86715f04d3c
equal deleted inserted replaced
907:3ccb278a9ceb 908:b29b47737173
   366 %endif
   366 %endif
   367 ac_add_options --enable-libproxy
   367 ac_add_options --enable-libproxy
   368 %if ! %crashreporter
   368 %if ! %crashreporter
   369 ac_add_options --disable-crashreporter
   369 ac_add_options --disable-crashreporter
   370 %endif
   370 %endif
   371 # Disable neon for arm as it does not build correctly
       
   372 %ifarch %arm
   371 %ifarch %arm
   373 ac_add_options --disable-neon
   372 ac_add_options --disable-elf-hack
   374 %endif
   373 ac_add_options --with-fpu=vfpv3-d16
   375 %ifnarch %ix86 x86_64
   374 ac_add_options --with-float-abi=hard
       
   375 ac_add_options --with-arch=armv7-a
       
   376 %endif
       
   377 %ifarch %arm aarch64 s390x
   376 ac_add_options --disable-webrtc
   378 ac_add_options --disable-webrtc
   377 %endif
       
   378 # try to use OpenGL-ES on ARM
       
   379 %ifarch %arm aarch64
       
   380 ac_add_options --with-gl-provider=EGL
       
   381 %endif
   379 %endif
   382 EOF
   380 EOF
   383 make -f client.mk build
   381 make -f client.mk build
   384 
   382 
   385 %install
   383 %install