[Pkg-ocaml-maint-commits] [SCM] ocaml-batteries packaging branch, build, updated. upstream/0.20081011-14-ge1e624f

Stefano Zacchiroli zack at upsilon.cc
Sun Oct 12 17:39:29 UTC 2008


The following commit has been merged in the build branch:
commit c5748a993f9c4e48db0cb9a2b3d4e4bac57ca3e7
Author: Stefano Zacchiroli <zack at upsilon.cc>
Date:   Sun Oct 12 19:31:00 2008 +0200

    enlarge stack-size for ocamldoc runs
    
    "ensures" no Stack_overflow during documentation builds

diff --git a/debian/rules b/debian/rules
index 793ee7b..2a4218c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,6 +18,7 @@ DEB_MAKE_BUILD_TARGET += OBFLAGS=-classic-display
 DEB_MAKE_INSTALL_TARGET = install DESTDIR=$(DEST_DIR)
 
 build/$(DOC_PKG_NAME)::
+	OCAMLRUNPARAMS=l=16M \
 	make doc OBFLAGS=-classic-display
 
 TG_BRANCHES = features/flexi-build

-- 
ocaml-batteries packaging



More information about the Pkg-ocaml-maint-commits mailing list