From: Richard W.M. Jones <"Richard W.M. Jones "> Date: Mon, 17 Nov 2008 18:34:50 +0000 (+0000) Subject: Workaround stack overflow. X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=bf794f82b1b2abc445de257abd62da5c252e12ba;p=fedora-mingw.git Workaround stack overflow. --- diff --git a/virt-top/mingw32-virt-top.spec b/virt-top/mingw32-virt-top.spec index 6a8f47a..305ba9b 100644 --- a/virt-top/mingw32-virt-top.spec +++ b/virt-top/mingw32-virt-top.spec @@ -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}