summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authortaca <taca>2008-02-19 03:56:08 +0000
committertaca <taca>2008-02-19 03:56:08 +0000
commit1eca85720d5de32b991907fec44c841fb90f4854 (patch)
treedc55fc5ec2b756a10e0960e71d6058fc0a38afbd /lang
parent465045421591f845d4b6ad391c2930a19ee96e65 (diff)
downloadpkgsrc-1eca85720d5de32b991907fec44c841fb90f4854.tar.gz
Unlimit data size when ruby-build-ri-db option is enabled,
hoping to solve bulk build problem.
Diffstat (limited to 'lang')
-rw-r--r--lang/ruby18-base/options.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/ruby18-base/options.mk b/lang/ruby18-base/options.mk
index 48e8fa48567..62d1fd72cae 100644
--- a/lang/ruby18-base/options.mk
+++ b/lang/ruby18-base/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.4 2007/09/24 21:58:28 taca Exp $
+# $NetBSD: options.mk,v 1.5 2008/02/19 03:56:08 taca Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.ruby
PKG_SUPPORTED_OPTIONS= ruby-build-ri-db
@@ -10,4 +10,6 @@ PKG_SUGGESTED_OPTIONS= ruby-build-ri-db
CONFIGURE_ARGS+= --enable-install-doc
PRIVILEGED_STAGES+= clean
RUBY_DYNAMIC_DIRS+= ${RUBY_SYSRIDIR}
+# Use huge memory.
+UNLIMIT_RESOURCES+= datasize
.endif