mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Increase Java stack size on PPC platforms
Wit the default stack size, rhino segfaulted on PPC platforms. https://bugzilla.redhat.com/show_bug.cgi?id=1040576
This commit is contained in:
parent
ccac000012
commit
f9aad573b1
@ -320,6 +320,10 @@ This package contains tests that verify IPA functionality.
|
|||||||
%setup -n freeipa-%{version} -q
|
%setup -n freeipa-%{version} -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
%ifarch ppc %{power64}
|
||||||
|
# UI compilation segfaulted on ppc platforms when stack was lower (#1040576)
|
||||||
|
export JAVA_STACK_SIZE="8m"
|
||||||
|
%endif
|
||||||
export CFLAGS="%{optflags} $CFLAGS"
|
export CFLAGS="%{optflags} $CFLAGS"
|
||||||
export LDFLAGS="%{__global_ldflags} $LDFLAGS"
|
export LDFLAGS="%{__global_ldflags} $LDFLAGS"
|
||||||
%if 0%{?fedora} >= 19
|
%if 0%{?fedora} >= 19
|
||||||
|
Loading…
Reference in New Issue
Block a user