summaryrefslogtreecommitdiffstats
path: root/freeipa.spec.in
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
commit09808c92c001ba8a6d5705e719d63430eeeb3ecb (patch)
tree70c7daa6a4fe729ea1f59d481c9fccdd652abea2 /freeipa.spec.in
parent5e1172f560f4a63ed8398f326c158e9c8c1f91a8 (diff)
downloadfreeipa-09808c92c001ba8a6d5705e719d63430eeeb3ecb.tar.gz
freeipa-09808c92c001ba8a6d5705e719d63430eeeb3ecb.tar.xz
freeipa-09808c92c001ba8a6d5705e719d63430eeeb3ecb.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>
Diffstat (limited to 'freeipa.spec.in')
-rw-r--r--freeipa.spec.in3
1 files changed, 1 insertions, 2 deletions
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}