[packages/firefox] use --disable-elf-hack only on applicable archs
atler
atler at pld-linux.org
Tue May 5 16:39:27 CEST 2020
commit 02419b81b041865fa9bb359ca80d7ad4aaa52c25
Author: Jan Palus <atler at pld-linux.org>
Date: Mon May 4 14:00:31 2020 +0200
use --disable-elf-hack only on applicable archs
firefox.spec | 2 ++
1 file changed, 2 insertions(+)
---
diff --git a/firefox.spec b/firefox.spec
index 457e1cd..cd12299 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -2095,7 +2095,9 @@ ac_add_options --enable-default-toolkit=cairo-gtk3
ac_add_options --enable-extensions=default
%{?with_geckodriver:ac_add_options --enable-geckodriver}
%{?with_gold:ac_add_options --enable-linker=gold}
+%ifarch %{ix86} %{x8664} %{arm}
ac_add_options --disable-elf-hack
+%endif
%if %{with lto}
ac_add_options --enable-lto
%endif
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/firefox.git/commitdiff/6cb60c5b7c1f2a590013e3d304be3e349ed5a140
More information about the pld-cvs-commit
mailing list