mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
build: increase java stack size for all arches
Gradually new arches which need a bigger stack size for web ui build appear. It's safer to increase the stack size for every architecture and avoid possible future issues. Reason: build fail on armv7hl Reviewed-By: Martin Kosek <mkosek@redhat.com>
This commit is contained in:
parent
5bcaea7e61
commit
1300f82b9c
@ -320,10 +320,9 @@ This package contains tests that verify IPA functionality.
|
|||||||
%setup -n freeipa-%{version} -q
|
%setup -n freeipa-%{version} -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%ifarch ppc %{power64} s390 s390x aarch64
|
|
||||||
# UI compilation segfaulted on some arches when the stack was lower (#1040576)
|
# UI compilation segfaulted on some arches when the stack was lower (#1040576)
|
||||||
export JAVA_STACK_SIZE="8m"
|
export JAVA_STACK_SIZE="8m"
|
||||||
%endif
|
|
||||||
export CFLAGS="%{optflags} $CFLAGS"
|
export CFLAGS="%{optflags} $CFLAGS"
|
||||||
export LDFLAGS="%{__global_ldflags} $LDFLAGS"
|
export LDFLAGS="%{__global_ldflags} $LDFLAGS"
|
||||||
export SUPPORTED_PLATFORM=%{platform_module}
|
export SUPPORTED_PLATFORM=%{platform_module}
|
||||||
|
Loading…
Reference in New Issue
Block a user