From 38607417a3fbe8397d8e01ae22cc3cf8cd88b6ed Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Thu, 1 Jan 1970 00:00:00 +0000 Subject: [PATCH] Set stack unlimited. --- ocaml-csv/mingw32-ocaml-csv.spec | 2 ++ ocaml-curses/mingw32-ocaml-curses.spec | 2 ++ ocaml-xml-light/mingw32-ocaml-xml-light.spec | 2 ++ 3 files changed, 6 insertions(+) diff --git a/ocaml-csv/mingw32-ocaml-csv.spec b/ocaml-csv/mingw32-ocaml-csv.spec index 0cf54c6..30e7dbb 100644 --- a/ocaml-csv/mingw32-ocaml-csv.spec +++ b/ocaml-csv/mingw32-ocaml-csv.spec @@ -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 diff --git a/ocaml-curses/mingw32-ocaml-curses.spec b/ocaml-curses/mingw32-ocaml-curses.spec index b6b8a8f..7f05cca 100644 --- a/ocaml-curses/mingw32-ocaml-curses.spec +++ b/ocaml-curses/mingw32-ocaml-curses.spec @@ -44,6 +44,8 @@ OCaml bindings for curses. %build +ulimit -s unlimited + cd curses make \ diff --git a/ocaml-xml-light/mingw32-ocaml-xml-light.spec b/ocaml-xml-light/mingw32-ocaml-xml-light.spec index 494600c..879b07d 100644 --- a/ocaml-xml-light/mingw32-ocaml-xml-light.spec +++ b/ocaml-xml-light/mingw32-ocaml-xml-light.spec @@ -42,6 +42,8 @@ not require additional C library. %build +ulimit -s unlimited + make opt sed -e 's/@VERSION@/%{VERSION}/' < META.in > META -- 1.8.3.1