From f9d4c64e5a42cf0386c15d3afb3b64c9e04632c9 Mon Sep 17 00:00:00 2001 From: Dan HorĂ¡k Date: Jan 08 2013 14:08:41 +0000 Subject: disable webrtc for ARM to match xulrunner --- diff --git a/thunderbird.spec b/thunderbird.spec index ad135ea..2b058d4 100644 --- a/thunderbird.spec +++ b/thunderbird.spec @@ -225,7 +225,7 @@ echo "ac_add_options --enable-optimize" >> .mozconfig echo "ac_add_options --disable-elf-hack" >> .mozconfig %endif -%ifnarch %{ix86} x86_64 %{arm} +%ifnarch %{ix86} x86_64 echo "ac_add_options --disable-webrtc" >> .mozconfig %endif