Workaround stack overflow.
authorRichard W.M. Jones <rjones@redhat.com>
Mon, 17 Nov 2008 18:34:50 +0000 (18:34 +0000)
committerRichard W.M. Jones <rjones@redhat.com>
Mon, 17 Nov 2008 18:34:50 +0000 (18:34 +0000)
virt-top/mingw32-virt-top.spec

index 6a8f47a..305ba9b 100644 (file)
@@ -76,6 +76,9 @@ autoreconf
 
 
 %build
+# Workaround for non-tail-recursion in flexdll.
+ulimit -s unlimited
+
 export OCAMLFIND_CONF=%{_sysconfdir}/%{_mingw32_target}-ocamlfind.conf
 export OCAMLC=%{_mingw32_target}-ocamlc
 %{_mingw32_configure}