Increase Java Stack size for Web UI build on aarch64
This commit is contained in:
parent
a14925ccb8
commit
a291203c66
@ -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
|
||||
|
||||
@ -1207,7 +1210,7 @@ fi
|
||||
- Rebuilt for glibc bug#747377
|
||||
|
||||
* Wed Oct 19 2011 Alexander Bokovoy <abokovoy@redhat.com> - 2.1.3-4
|
||||
- clean up spec
|
||||
- clean up spec
|
||||
- Depend on sssd >= 1.6.2 for better user experience
|
||||
|
||||
* Tue Oct 18 2011 Alexander Bokovoy <abokovoy@redhat.com> - 2.1.3-3
|
||||
|
Loading…
Reference in New Issue
Block a user