[thunderbird-enigmail/f16] webrtc supports only selected arches

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


commit a574717cd55aafc7a66a3912eee7a12d9f64b8e4
Author: Dan Horák <dan at danny.cz>
Date:   Tue Jan 8 15:10:14 2013 +0100

    webrtc supports only selected arches

 thunderbird-enigmail.spec |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/thunderbird-enigmail.spec b/thunderbird-enigmail.spec
index 16e1d23..7129b0a 100644
--- a/thunderbird-enigmail.spec
+++ b/thunderbird-enigmail.spec
@@ -242,6 +242,10 @@ echo "ac_add_options --enable-optimize" >> .mozconfig
 echo "ac_add_options --disable-elf-hack" >> .mozconfig
 %endif
 
+%ifnarch %{ix86} x86_64
+echo "ac_add_options --disable-webrtc" >> .mozconfig
+%endif
+
 # ===== Enigmail work =====
 %if 0%{?CVS}
 mkdir mailnews/extensions/enigmail


More information about the scm-commits mailing list