git.annexia.org
/
fedora-mingw.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
68f2f2a
)
Workaround stack overflow.
author
Richard W.M. Jones
<rjones@redhat.com>
Mon, 17 Nov 2008 18:34:50 +0000
(18:34 +0000)
committer
Richard W.M. Jones
<rjones@redhat.com>
Mon, 17 Nov 2008 18:34:50 +0000
(18:34 +0000)
virt-top/mingw32-virt-top.spec
patch
|
blob
|
history
diff --git
a/virt-top/mingw32-virt-top.spec
b/virt-top/mingw32-virt-top.spec
index
6a8f47a
..
305ba9b
100644
(file)
--- 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}