diff options
author | Martin Stransky <stransky@redhat.com> | 2014-08-28 12:12:06 +0200 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2014-08-28 12:12:06 +0200 |
commit | 1dd930101f428c7c4a1d710aedae0f26bd1b6cd3 (patch) | |
tree | 2e7fa167b0b93f692244a7a0ff57d8dd13ccfa03 /firefox.spec | |
parent | Update to Firefox 31 build 1 (diff) | |
download | librewolf-fedora-ff-1dd930101f428c7c4a1d710aedae0f26bd1b6cd3.tar.gz librewolf-fedora-ff-1dd930101f428c7c4a1d710aedae0f26bd1b6cd3.tar.bz2 librewolf-fedora-ff-1dd930101f428c7c4a1d710aedae0f26bd1b6cd3.zip |
Arm build fix
Diffstat (limited to 'firefox.spec')
-rw-r--r-- | firefox.spec | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/firefox.spec b/firefox.spec index 4750b41..57d1f54 100644 --- a/firefox.spec +++ b/firefox.spec @@ -301,8 +301,8 @@ echo "ac_add_options --with-arch=armv7-a" >> .mozconfig echo "ac_add_options --with-float-abi=hard" >> .mozconfig echo "ac_add_options --with-fpu=vfpv3-d16" >> .mozconfig echo "ac_add_options --disable-elf-hack" >> .mozconfig -echo "ac_add_options --disable-ion" >> .mozconfig -echo "ac_add_options --disable-yarr-jit" >> .mozconfig +#echo "ac_add_options --disable-ion" >> .mozconfig +#echo "ac_add_options --disable-yarr-jit" >> .mozconfig %endif %ifarch armv7hnl echo "ac_add_options --with-arch=armv7-a" >> .mozconfig @@ -348,7 +348,7 @@ cd %{tarballdir} find ./ -name config.guess -exec cp /usr/lib/rpm/config.guess {} ';' # -fpermissive is needed to build with gcc 4.6+ which has become stricter -# +# # Mozilla builds with -Wall with exception of a few warnings which show up # everywhere in the code; so, don't override that. # |