diff options
author | Martin Stransky <stransky@anakreon.cz> | 2016-05-20 11:49:55 +0200 |
---|---|---|
committer | Martin Stransky <stransky@anakreon.cz> | 2016-05-20 11:49:55 +0200 |
commit | f120b507ecffa39122155daa5350f28ef654a48d (patch) | |
tree | ff024b1190a436d80181f5da564a10d115a6e763 /firefox.spec | |
parent | Added a fix for mozbz#1245783 - gcc6.1 crashes in JIT (diff) | |
download | librewolf-fedora-ff-f120b507ecffa39122155daa5350f28ef654a48d.tar.gz librewolf-fedora-ff-f120b507ecffa39122155daa5350f28ef654a48d.tar.bz2 librewolf-fedora-ff-f120b507ecffa39122155daa5350f28ef654a48d.zip |
Build fix for arm
Diffstat (limited to 'firefox.spec')
-rw-r--r-- | firefox.spec | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/firefox.spec b/firefox.spec index 2c7ddca..d296c1d 100644 --- a/firefox.spec +++ b/firefox.spec @@ -131,6 +131,7 @@ Patch400: mozilla-1255590.patch Patch402: mozilla-1196777.patch Patch403: mozilla-1216658.patch Patch404: mozilla-1270046.patch +# Remove when mozbz#1269319 lands Patch405: mozilla-1245783.patch # Debian patches @@ -349,6 +350,7 @@ 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 %endif %ifarch armv7hnl echo "ac_add_options --with-arch=armv7-a" >> .mozconfig |