- Build crashed with rhino exception on s390 architectures (#1040576)
This commit is contained in:
Martin Kosek 2014-01-03 13:44:03 +01:00
parent 84f4ed20a9
commit 3242eeabec

View File

@ -8,7 +8,7 @@
Name: freeipa
Version: 3.3.3
Release: 4%{?dist}
Release: 5%{?dist}
Summary: The Identity, Policy and Audit system
Group: System Environment/Base
@ -366,8 +366,8 @@ done
# Fedora spec file only: END
%build
%ifarch ppc %{power64}
# UI compilation segfaulted on ppc platforms when stack was lower (#1040576)
%ifarch ppc %{power64} s390 s390x
# UI compilation segfaulted on some arches when the stack was lower (#1040576)
export JAVA_STACK_SIZE="8m"
%endif
export CFLAGS="$CFLAGS %{optflags}"
@ -894,6 +894,9 @@ fi
%endif # ONLY_CLIENT
%changelog
* Fri Jan 3 2014 Martin Kosek <mkosek@redhat.com> - 3.3.3-5
- Build crashed with rhino exception on s390 architectures (#1040576)
* Thu Dec 12 2013 Martin Kosek <mkosek@redhat.com> - 3.3.3-4
- Build crashed with rhino exception on PPC architectures (#1040576)