From 4bbdd35bf8a58155f555351deae1d7243f42fcda Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Thu, 1 Jan 1970 00:00:00 +0000 Subject: [PATCH] Avoid some tail-recursion problem in flexdll. --- ocaml-libvirt/mingw32-ocaml-libvirt.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ocaml-libvirt/mingw32-ocaml-libvirt.spec b/ocaml-libvirt/mingw32-ocaml-libvirt.spec index a7ae384..8460f5a 100644 --- a/ocaml-libvirt/mingw32-ocaml-libvirt.spec +++ b/ocaml-libvirt/mingw32-ocaml-libvirt.spec @@ -44,6 +44,9 @@ autoreconf %build +# Avoid some tail-recursion problem in flexdll. +ulimit -s unlimited + export OCAMLFIND_CONF=%{_sysconfdir}/%{_mingw32_target}-ocamlfind.conf %{_mingw32_configure} make OCAMLMKLIB=%{_mingw32_target}-ocamlmklib opt -- 1.8.3.1