diff options
author | Martin Stransky <stransky@redhat.com> | 2014-09-17 14:02:03 +0200 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2014-09-17 14:02:03 +0200 |
commit | 13e19325957f02ed4eba15fdec7f42239da19252 (patch) | |
tree | 1777bbb0012dd949a45b584981b367dcc681001a /firefox.spec | |
parent | disable baseline JIT on i686 (rhbz#1047079) (diff) | |
download | librewolf-fedora-ff-13e19325957f02ed4eba15fdec7f42239da19252.tar.gz librewolf-fedora-ff-13e19325957f02ed4eba15fdec7f42239da19252.tar.bz2 librewolf-fedora-ff-13e19325957f02ed4eba15fdec7f42239da19252.zip |
installation fix - i686
Diffstat (limited to 'firefox.spec')
-rw-r--r-- | firefox.spec | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/firefox.spec b/firefox.spec index 000d498..d787299 100644 --- a/firefox.spec +++ b/firefox.spec @@ -119,6 +119,7 @@ Patch20: xulrunner-32.0-backport-js-src-configure-in.patch Patch204: rhbz-966424.patch Patch215: firefox-enable-addons.patch Patch216: firefox-duckduckgo.patch +Patch217: firefox-baseline-disable.patch # Upstream patches Patch300: mozilla-858919.patch @@ -234,6 +235,10 @@ cd %{tarballdir} %patch204 -p1 -b .966424 %patch215 -p1 -b .addons %patch216 -p1 -b .duckduckgo +# disable baseline JIT on i686 (rhbz#1047079) +%ifarch %{ix86} +%patch217 -p2 -b .baseline +%endif # Upstream patches %patch300 -p1 -b .858919 @@ -334,11 +339,6 @@ echo "ac_add_options --disable-webrtc" >> .mozconfig echo "ac_add_options --disable-crashreporter" >> .mozconfig %endif -# disable baseline JIT on i686 (rhbz#1047079) -%ifarch %{ix86} -echo 'pref("javascript.options.baselinejit", false);' >> %{SOURCE12} -%endif - #--------------------------------------------------------------------- %build |