[seamonkey] Add ARM configuration options

Peter Robinson pbrobinson at fedoraproject.org
Wed Apr 4 19:27:51 UTC 2012


commit 1c0fca7ba66eb4251cdf7b2f57770b7cd54b9715
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Wed Apr 4 20:27:41 2012 +0100

    Add ARM configuration options

 seamonkey.spec |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/seamonkey.spec b/seamonkey.spec
index 8b92481..4cc6c05 100644
--- a/seamonkey.spec
+++ b/seamonkey.spec
@@ -16,7 +16,7 @@
 Name:           seamonkey
 Summary:        Web browser, e-mail, news, IRC client, HTML editor
 Version:        2.8
-Release:        2%{?dist}
+Release:        3%{?dist}
 URL:            http://www.mozilla.org/projects/seamonkey/
 License:        MPLv1.1
 Group:          Applications/Internet
@@ -115,6 +115,10 @@ popd
 %{__rm} -f .mozconfig
 %{__cp} %{SOURCE10} .mozconfig
 
+%ifarch %{arm}
+echo "ac_add_options --disable-elf-hack" >> .mozconfig
+%endif
+
 %build
 cd %{sources_subdir}
 
@@ -362,6 +366,9 @@ update-desktop-database %{_datadir}/applications
 
 
 %changelog
+* Wed Apr  4 2012 Peter Robinson <pbrobinson at fedoraproject.org> 2.8-3
+- Add ARM configuration options
+
 * Fri Mar 16 2012 Martin Stransky <stransky at redhat.com> 2.8-2
 - gcc 4.7 build fixes
 


More information about the scm-commits mailing list