summaryrefslogtreecommitdiffstats
path: root/package/ruby
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2015-07-10 13:50:08 -0300
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-07-10 19:35:27 +0200
commit08138dd13060563733f4c7bd9daebcfdb458840e (patch)
treeebf583ba99e780fc795bdc360e3bcce7fe5959d5 /package/ruby
parenta93fc3455a46ba118a332fcda17809a14d020f60 (diff)
downloadbuildroot-08138dd13060563733f4c7bd9daebcfdb458840e.tar.gz
buildroot-08138dd13060563733f4c7bd9daebcfdb458840e.zip
ruby: enable parallel build
Re-enable parallel builds, it doesn't seem to be affected by the issue worked around in 9332a1ad4 any more. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/ruby')
-rw-r--r--package/ruby/ruby.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/package/ruby/ruby.mk b/package/ruby/ruby.mk
index 552da07238..2fa6b4e764 100644
--- a/package/ruby/ruby.mk
+++ b/package/ruby/ruby.mk
@@ -12,7 +12,6 @@ RUBY_SOURCE = ruby-$(RUBY_VERSION).tar.xz
RUBY_DEPENDENCIES = host-pkgconf host-ruby
HOST_RUBY_DEPENDENCIES = host-pkgconf
RUBY_MAKE_ENV = $(TARGET_MAKE_ENV)
-RUBY_MAKE = $(MAKE1)
RUBY_CONF_OPTS = --disable-install-doc --disable-rpath --disable-rubygems
HOST_RUBY_CONF_OPTS = \
--disable-install-doc \
OpenPOWER on IntegriCloud