summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPetr Vobornik <pvoborni@redhat.com>2014-05-21 10:06:03 +0200
committerPetr Vobornik <pvoborni@redhat.com>2014-05-26 13:25:58 +0200
commit8cde6f0d6e6b43c83f192ff8c1ff6107fa0736aa (patch)
tree1b6724ce7e119482588c1e9e9d15a54a3ebd5d98
parent1e96475a77280bbdc883c66e0dc451ef0559c5fb (diff)
downloadfreeipa-8cde6f0d6e6b43c83f192ff8c1ff6107fa0736aa.tar.gz
freeipa-8cde6f0d6e6b43c83f192ff8c1ff6107fa0736aa.tar.xz
freeipa-8cde6f0d6e6b43c83f192ff8c1ff6107fa0736aa.zip
Increase Java stack size for Web UI build on aarch64
Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com>
-rw-r--r--freeipa.spec.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/freeipa.spec.in b/freeipa.spec.in
index 68812ee35..23f3737cf 100644
--- a/freeipa.spec.in
+++ b/freeipa.spec.in
@@ -343,7 +343,7 @@ This package contains tests that verify IPA functionality.
%setup -n freeipa-%{version} -q
%build
-%ifarch ppc %{power64} s390 s390x
+%ifarch ppc %{power64} s390 s390x aarch64
# UI compilation segfaulted on some arches when the stack was lower (#1040576)
export JAVA_STACK_SIZE="8m"
%endif