[seamonkey/f18] Only build WebRTC on x86 to fix FTBFS on other arches

Peter Robinson pbrobinson at fedoraproject.org
Tue Mar 26 08:42:43 UTC 2013


commit 1067c1e428637a62389e592e2cc833a8c278ab31
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Tue Mar 26 08:39:04 2013 +0000

    Only build WebRTC on x86 to fix FTBFS on other arches

 seamonkey.spec |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/seamonkey.spec b/seamonkey.spec
index 5300aaa..82def28 100644
--- a/seamonkey.spec
+++ b/seamonkey.spec
@@ -25,7 +25,7 @@
 Name:           seamonkey
 Summary:        Web browser, e-mail, news, IRC client, HTML editor
 Version:        2.16.2
-Release:        1%{?dist}
+Release:        2%{?dist}
 URL:            http://www.mozilla.org/projects/seamonkey/
 License:        MPLv2.0
 Group:          Applications/Internet
@@ -157,7 +157,9 @@ echo "ac_add_options --with-system-nss" >> .mozconfig
 echo "ac_add_options --without-system-nspr" >> .mozconfig
 echo "ac_add_options --without-system-nss" >> .mozconfig
 %endif
-
+%ifnarch %{ix86} x86_64
+echo "ac_add_options --disable-webrtc" >> .mozconfig
+%endif
 
 %build
 cd %{sources_subdir}
@@ -474,6 +476,9 @@ fi
 
 
 %changelog
+* Tue Mar 26 2013 Peter Robinson <pbrobinson at fedoraproject.org> 2.16.2-2
+- Only build WebRTC on x86 to fix FTBFS on other arches
+
 * Fri Mar 15 2013 Dmitry Butskoy <Dmitry at Butskoy.name> 2.16.2-1
 - update to 2.16.2
 - fix desktop files (#887297)


More information about the scm-commits mailing list