diff options
author | taca <taca@pkgsrc.org> | 2008-02-19 03:56:08 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2008-02-19 03:56:08 +0000 |
commit | e09896db618063e921549fc9446662e227b2e401 (patch) | |
tree | dc55fc5ec2b756a10e0960e71d6058fc0a38afbd /lang/ruby18-base | |
parent | b9daf18e5581923e2d70e19363fc199f15a3812c (diff) | |
download | pkgsrc-e09896db618063e921549fc9446662e227b2e401.tar.gz |
Unlimit data size when ruby-build-ri-db option is enabled,
hoping to solve bulk build problem.
Diffstat (limited to 'lang/ruby18-base')
-rw-r--r-- | lang/ruby18-base/options.mk | 4 |
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 |