Larger stack on ARM (RHBZ#1119049).

This commit is contained in:
Richard W.M. Jones 2014-07-13 16:51:36 +01:00
parent 19704a2336
commit 5b314f3ecc
1 changed files with 8 additions and 1 deletions

View File

@ -2,7 +2,7 @@
Name: ocaml-ounit
Version: 2.0.0
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Unit test framework for OCaml
License: MIT
@ -41,6 +41,10 @@ sh ./configure --destdir $RPM_BUILD_ROOT
%build
%ifarch %{arm}
# RHBZ#1119049
ulimit -s 262144
%endif
make all
make doc
@ -79,6 +83,9 @@ rm -rf $RPM_BUILD_ROOT/usr/local/share/doc
%changelog
* Sun Jul 13 2014 Richard W.M. Jones <rjones@redhat.com> - 2.0.0-2
- Larger stack on ARM (RHBZ#1119049).
* Sat Jul 12 2014 Richard W.M. Jones <rjones@redhat.com> - 2.0.0-1
- New upstream version 2.0.0.
- Remove BR on camlp4.