From 5a73516eddc11a43365e2f5e8a68c6ad25830b76 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Tue, 28 Jul 2020 18:40:36 +0100 Subject: [PATCH] Build webrtc on aarch64/armv7, fixes rhbz #1858433 --- firefox.spec | 4 ---- 1 file changed, 4 deletions(-) diff --git a/firefox.spec b/firefox.spec index ef3d3d3..53b025a 100644 --- a/firefox.spec +++ b/firefox.spec @@ -448,10 +448,6 @@ echo "ac_add_options --disable-debug" >> .mozconfig echo "ac_add_options --disable-jemalloc" >> .mozconfig %endif -%ifnarch %{ix86} x86_64 ppc64le -echo "ac_add_options --disable-webrtc" >> .mozconfig -%endif - %if !%{enable_mozilla_crashreporter} echo "ac_add_options --disable-crashreporter" >> .mozconfig %endif