Set stack unlimited.
authorRichard W.M. Jones <rjones@redhat.com>
Sun, 16 Nov 2008 00:20:42 +0000 (00:20 +0000)
committerRichard W.M. Jones <rjones@redhat.com>
Sun, 16 Nov 2008 00:20:42 +0000 (00:20 +0000)
ocaml-csv/mingw32-ocaml-csv.spec
ocaml-curses/mingw32-ocaml-curses.spec
ocaml-xml-light/mingw32-ocaml-xml-light.spec

index 0cf54c6..30e7dbb 100644 (file)
@@ -46,6 +46,8 @@ handling CSV files from shell scripts.
 
 
 %build
+ulimit -s unlimited
+
 %{_mingw32_target}-ocamlopt -I +extlib extLib.cmxa -c csv.mli
 %{_mingw32_target}-ocamlopt -I +extlib extLib.cmxa -c csv.ml
 %{_mingw32_target}-ocamlopt -a -o csv.cmxa csv.cmx
index b6b8a8f..7f05cca 100644 (file)
@@ -44,6 +44,8 @@ OCaml bindings for curses.
 
 
 %build
+ulimit -s unlimited
+
 cd curses
 
 make \
index 494600c..879b07d 100644 (file)
@@ -42,6 +42,8 @@ not require additional C library.
 
 
 %build
+ulimit -s unlimited
+
 make opt
 sed -e 's/@VERSION@/%{VERSION}/' < META.in > META