Increase Java stack size on s390 platforms

As reported in https://bugzilla.redhat.com/show_bug.cgi?id=1040576,
the default stack trace needs to be also increased on s390 platforms
to prevent rhino segfault.
This commit is contained in:
Martin Kosek
2014-01-03 13:52:54 +01:00
parent 5e96fbc22a
commit 0accfabfa3

View File

@@ -322,8 +322,8 @@ This package contains tests that verify IPA functionality.
%setup -n freeipa-%{version} -q
%build
%ifarch ppc %{power64}
# UI compilation segfaulted on ppc platforms when stack was lower (#1040576)
%ifarch ppc %{power64} s390 s390x
# UI compilation segfaulted on some arches when the stack was lower (#1040576)
export JAVA_STACK_SIZE="8m"
%endif
export CFLAGS="%{optflags} $CFLAGS"