[packages/thunderbird] sandbox is only available on x86/x86_64
atler
atler at pld-linux.org
Sat May 9 02:12:10 CEST 2020
commit f8beaab12d994ddbc1f47dd07f109011d08591f3
Author: Jan Palus <atler at pld-linux.org>
Date: Sat May 9 02:11:16 2020 +0200
sandbox is only available on x86/x86_64
thunderbird.spec | 2 ++
1 file changed, 2 insertions(+)
---
diff --git a/thunderbird.spec b/thunderbird.spec
index 565dca7..3d57862 100644
--- a/thunderbird.spec
+++ b/thunderbird.spec
@@ -1464,7 +1464,9 @@ exit 0
%attr(755,root,root) %{_libdir}/%{name}/libmozgtk.so
%attr(755,root,root) %{_libdir}/%{name}/liblgpllibs.so
%{?with_shared_js:%attr(755,root,root) %{_libdir}/%{name}/libmozjs.so}
+%ifarch %{ix86} %{x8664}
%attr(755,root,root) %{_libdir}/%{name}/libmozsandbox.so
+%endif
%attr(755,root,root) %{_libdir}/%{name}/libmozwayland.so
%attr(755,root,root) %{_libdir}/%{name}/libxul.so
%attr(755,root,root) %{_libdir}/%{name}/*-bin
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/thunderbird.git/commitdiff/f8beaab12d994ddbc1f47dd07f109011d08591f3
More information about the pld-cvs-commit
mailing list