[packages/thunderbird] use --disable-elf-hack only on applicable archs
atler
atler at pld-linux.org
Sat May 9 02:12:00 CEST 2020
commit 94496c4a36b211b9dd7f9ddc3714bd643a3a8882
Author: Jan Palus <atler at pld-linux.org>
Date: Fri May 8 10:39:37 2020 +0200
use --disable-elf-hack only on applicable archs
thunderbird.spec | 2 ++
1 file changed, 2 insertions(+)
---
diff --git a/thunderbird.spec b/thunderbird.spec
index fce2a27..9808502 100644
--- a/thunderbird.spec
+++ b/thunderbird.spec
@@ -1317,7 +1317,9 @@ ac_add_options --enable-crashreporter
%else
ac_add_options --disable-crashreporter
%endif
+%ifarch %{ix86} %{x8664} %{arm}
ac_add_options --disable-elf-hack
+%endif
ac_add_options --disable-gconf
ac_add_options --disable-necko-wifi
ac_add_options --disable-updater
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/thunderbird.git/commitdiff/f8beaab12d994ddbc1f47dd07f109011d08591f3
More information about the pld-cvs-commit
mailing list