[ocaml-ounit] Larger stack on ARM (RHBZ#1119049).

Richard W.M. Jones rjones at fedoraproject.org
Sun Jul 13 16:03:11 UTC 2014


commit 5b314f3eccc1a4440eea46d8bea5e96bb149a262
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Sun Jul 13 16:51:36 2014 +0100

    Larger stack on ARM (RHBZ#1119049).

 ocaml-ounit.spec |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/ocaml-ounit.spec b/ocaml-ounit.spec
index f0b8545..1bd8514 100644
--- a/ocaml-ounit.spec
+++ b/ocaml-ounit.spec
@@ -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 at redhat.com> - 2.0.0-2
+- Larger stack on ARM (RHBZ#1119049).
+
 * Sat Jul 12 2014 Richard W.M. Jones <rjones at redhat.com> - 2.0.0-1
 - New upstream version 2.0.0.
 - Remove BR on camlp4.


More information about the scm-commits mailing list