[thunderbird] webrtc supports only selected arches

Dan Horák sharkcz at fedoraproject.org
Mon Jan 7 14:21:28 UTC 2013


commit 646b5ed8839866bd0324e4c5246580585722094b
Author: Dan Horák <dan at danny.cz>
Date:   Mon Jan 7 15:20:42 2013 +0100

    webrtc supports only selected arches

 thunderbird.spec |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/thunderbird.spec b/thunderbird.spec
index 566e3fe..ad135ea 100644
--- a/thunderbird.spec
+++ b/thunderbird.spec
@@ -225,6 +225,10 @@ echo "ac_add_options --enable-optimize" >> .mozconfig
 echo "ac_add_options --disable-elf-hack" >> .mozconfig
 %endif
 
+%ifnarch %{ix86} x86_64 %{arm}
+echo "ac_add_options --disable-webrtc" >> .mozconfig
+%endif
+
 #===============================================================================
 
 %build


More information about the scm-commits mailing list