mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user