From 59bb38dcaedd09686b6bde7d88a0c1483fe5cd81 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Sun, 13 Jul 2014 17:14:02 +0100 Subject: [PATCH] Try unlimited stack size. --- ocaml-ounit.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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