summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPetr Vobornik <pvoborni@redhat.com>2014-10-22 12:20:05 +0200
committerPetr Vobornik <pvoborni@redhat.com>2014-10-22 13:55:28 +0200
commit4ac55bf52ff0d6817a130bd7d9bc65415c359bec (patch)
treef93309dc29ad719bb9a1012fe52f9f8b2f01b03c
parentc44bdeb7713d4d8b8b74690cc16fd40f48f9c115 (diff)
downloadfreeipa-4ac55bf52ff0d6817a130bd7d9bc65415c359bec.tar.gz
freeipa-4ac55bf52ff0d6817a130bd7d9bc65415c359bec.tar.xz
freeipa-4ac55bf52ff0d6817a130bd7d9bc65415c359bec.zip
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>
-rw-r--r--freeipa.spec.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/freeipa.spec.in b/freeipa.spec.in
index 87da7ddcc..9fab91a90 100644
--- a/freeipa.spec.in
+++ b/freeipa.spec.in
@@ -312,10 +312,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}