From 09808c92c001ba8a6d5705e719d63430eeeb3ecb Mon Sep 17 00:00:00 2001 From: Petr Vobornik Date: Wed, 22 Oct 2014 12:20:05 +0200 Subject: 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 --- freeipa.spec.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'freeipa.spec.in') diff --git a/freeipa.spec.in b/freeipa.spec.in index 71119b973..8fcb535e2 100644 --- a/freeipa.spec.in +++ b/freeipa.spec.in @@ -321,10 +321,9 @@ This package contains tests that verify IPA functionality. %setup -n freeipa-%{version} -q %build -%ifarch ppc %{power64} s390 s390x aarch64 # UI compilation segfaulted on some arches when the stack was lower (#1040576) export JAVA_STACK_SIZE="8m" -%endif + export CFLAGS="%{optflags} $CFLAGS" export LDFLAGS="%{__global_ldflags} $LDFLAGS" export SUPPORTED_PLATFORM=%{platform_module} -- cgit