Increase Java Stack size for Web UI build on aarch64

This commit is contained in:
Petr Vobornik 2014-05-21 09:38:23 +02:00
parent a14925ccb8
commit a291203c66

View File

@ -12,7 +12,7 @@
Name: freeipa
Version: 3.3.5
Release: 2%{?dist}
Release: 3%{?dist}
Summary: The Identity, Policy and Audit system
Group: System Environment/Base
@ -378,7 +378,7 @@ done
# Fedora spec file only: END
%build
%ifarch ppc %{power64} s390 s390x
%ifarch ppc %{power64} s390 s390x aarch64
# UI compilation segfaulted on some arches when the stack was lower (#1040576)
export JAVA_STACK_SIZE="8m"
%endif
@ -928,6 +928,9 @@ fi
%endif # ONLY_CLIENT
%changelog
* Wed May 21 2014 Petr Vobornik <pvoborni@redhat.com> 3.3.5-3
- Increase Java stack size for Web UI build on aarch64
* Wed Apr 16 2014 Peter Robinson <pbrobinson@fedoraproject.org> 3.3.5-2
- Add rhino as dependency to fix FTBFS