summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2019-07-24 16:01:58 +0200
committerMartin Stransky <stransky@redhat.com>2019-07-24 16:01:58 +0200
commitd34068c6f91406f5fd1e2a00c1ddd74a5e6bd622 (patch)
tree6c2fd2df67baadfe7195a12d06bd551152838490
parentDisabled webrtc for ppc64le due to build issues (diff)
downloadlibrewolf-fedora-ff-d34068c6f91406f5fd1e2a00c1ddd74a5e6bd622.tar.gz
librewolf-fedora-ff-d34068c6f91406f5fd1e2a00c1ddd74a5e6bd622.tar.bz2
librewolf-fedora-ff-d34068c6f91406f5fd1e2a00c1ddd74a5e6bd622.zip
Revert "Disabled webrtc for ppc64le due to build issues"
This reverts commit 3854104b7147ca409e0845fae2f757030484affc.
-rw-r--r--firefox.spec3
1 files changed, 2 insertions, 1 deletions
diff --git a/firefox.spec b/firefox.spec
index 6a5afd9..75688d0 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
+%ifnarch %{ix86} x86_64 ppc64le
echo "ac_add_options --disable-webrtc" >> .mozconfig
%endif
@@ -918,6 +918,7 @@ 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
bgstack15