[thunderbird/f16] disable webrtc for ARM to match xulrunner

Dan Horák sharkcz at fedoraproject.org
Tue Jan 8 14:09:24 UTC 2013


commit f9d4c64e5a42cf0386c15d3afb3b64c9e04632c9
Author: Dan Horák <dan at danny.cz>
Date:   Tue Jan 8 15:08:41 2013 +0100

    disable webrtc for ARM to match xulrunner

 thunderbird.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
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
 


More information about the scm-commits mailing list