diff options
author | Martin Kosek <mkosek@redhat.com> | 2014-01-03 13:52:54 +0100 |
---|---|---|
committer | Martin Kosek <mkosek@redhat.com> | 2014-01-03 13:56:05 +0100 |
commit | 0accfabfa3fff0993b64e8bc13c718ac0054f3d4 (patch) | |
tree | be1019640ce99f31ccf104ffe2f236ad90d9379b /freeipa.spec.in | |
parent | 5e96fbc22afa02f08f71513e7b59d3d5c6a1f9dc (diff) | |
download | freeipa-0accfabfa3fff0993b64e8bc13c718ac0054f3d4.tar.gz freeipa-0accfabfa3fff0993b64e8bc13c718ac0054f3d4.tar.xz freeipa-0accfabfa3fff0993b64e8bc13c718ac0054f3d4.zip |
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.
Diffstat (limited to 'freeipa.spec.in')
-rw-r--r-- | freeipa.spec.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/freeipa.spec.in b/freeipa.spec.in index 0e320ed3a..acbbcfcbe 100644 --- a/freeipa.spec.in +++ b/freeipa.spec.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" |