From 5c40b1e7539a1564bf6c2f657fd3029b53d743d3 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Mon, 27 Feb 2012 23:08:10 +0000 Subject: Add ARM config options to fix compile on ARM --- firefox.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'firefox.spec') diff --git a/firefox.spec b/firefox.spec index 54ed365..13a8516 100644 --- a/firefox.spec +++ b/firefox.spec @@ -45,7 +45,7 @@ Summary: Mozilla Firefox Web browser Name: firefox Version: 10.0.1 -Release: 1%{?pre_tag}%{?dist} +Release: 2%{?pre_tag}%{?dist} URL: http://www.mozilla.org/projects/firefox/ License: MPLv1.1 or GPLv2+ or LGPLv2+ Group: Applications/Internet @@ -144,6 +144,10 @@ echo "ac_add_options --with-libxul-sdk=\ echo "ac_add_options --disable-ipc" >> .mozconfig %endif +%ifarch %{arm} +echo "ac_add_options --disable-elf-hack" >> .mozconfig +%endif + #--------------------------------------------------------------------- %build @@ -347,6 +351,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : #--------------------------------------------------------------------- %changelog +* Mon Feb 27 2012 Peter Robinson - 10.0.1-2 +- Add ARM config options to fix compile + * Thu Feb 9 2012 Jan Horak - 10.0.1-1 - Update to 10.0.1 -- cgit