MozillaFirefox/MozillaFirefox.spec
branchfirefox20
changeset 640 68ead6c93b7d
parent 639 0cb8814119b0
child 643 d323f07d98a2
equal deleted inserted replaced
639:0cb8814119b0 640:68ead6c93b7d
   336 %endif
   336 %endif
   337 # Disable neon for arm as it does not build correctly
   337 # Disable neon for arm as it does not build correctly
   338 %ifarch %arm
   338 %ifarch %arm
   339 cat << EOF >> $MOZCONFIG
   339 cat << EOF >> $MOZCONFIG
   340 ac_add_options --disable-neon
   340 ac_add_options --disable-neon
       
   341 EOF
       
   342 %endif
       
   343 %ifnarch %ix86 x86_64
       
   344 cat << EOF >> $MOZCONFIG
   341 ac_add_options --disable-webrtc
   345 ac_add_options --disable-webrtc
   342 EOF
   346 EOF
   343 %endif
   347 %endif
   344 make -f client.mk build
   348 make -f client.mk build
   345 
   349