diff options
author | Martin Stransky <stransky@redhat.com> | 2019-07-23 15:22:37 +0200 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2019-07-23 15:22:37 +0200 |
commit | 3854104b7147ca409e0845fae2f757030484affc (patch) | |
tree | 6ee083cf57fed1a8c0d6600c74b829f38d3032a9 /firefox.spec | |
parent | Fixed changelog (diff) | |
download | librewolf-fedora-ff-3854104b7147ca409e0845fae2f757030484affc.tar.gz librewolf-fedora-ff-3854104b7147ca409e0845fae2f757030484affc.tar.bz2 librewolf-fedora-ff-3854104b7147ca409e0845fae2f757030484affc.zip |
Disabled webrtc for ppc64le due to build issues
Diffstat (limited to 'firefox.spec')
-rw-r--r-- | firefox.spec | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/firefox.spec b/firefox.spec index 75688d0..6a5afd9 100644 --- a/firefox.spec +++ b/firefox.spec @@ -405,7 +405,7 @@ echo "ac_add_options --disable-debug" >> .mozconfig echo "ac_add_options --disable-jemalloc" >> .mozconfig %endif -%ifnarch %{ix86} x86_64 ppc64le +%ifnarch %{ix86} x86_64 echo "ac_add_options --disable-webrtc" >> .mozconfig %endif @@ -918,7 +918,6 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %changelog * Mon Jul 22 2019 Martin Stransky <stransky@redhat.com> - 68.0.1-1 - Updated to 68.0.1 -- Enabled WebRTC on ppc64le (rhbz#1732069) * Thu Jul 11 2019 Martin Stransky <stransky@redhat.com> - 68.0-5 - Enabled aarch64 and ppc64le |