[ocaml-ounit] Try unlimited stack size.

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


commit 59bb38dcaedd09686b6bde7d88a0c1483fe5cd81
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Sun Jul 13 17:14:02 2014 +0100

    Try unlimited stack size.

 ocaml-ounit.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/ocaml-ounit.spec b/ocaml-ounit.spec
index 1bd8514..2ab32fe 100644
--- a/ocaml-ounit.spec
+++ b/ocaml-ounit.spec
@@ -43,7 +43,7 @@ sh ./configure --destdir $RPM_BUILD_ROOT
 %build
 %ifarch %{arm}
 # RHBZ#1119049
-ulimit -s 262144
+ulimit -s unlimited
 %endif
 make all
 make doc


More information about the scm-commits mailing list