From b5fa52aa14b9758753cc8276d32d9ba3b844c257 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Michael=20B=C3=BCsch?= Date: Fri, 15 Oct 2010 18:56:23 +0000 Subject: [PATCH] ruby: Fix parallel build SVN-Revision: 23460 --- lang/ruby/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lang/ruby/Makefile b/lang/ruby/Makefile index 894904689f..9221440651 100644 --- a/lang/ruby/Makefile +++ b/lang/ruby/Makefile @@ -25,6 +25,8 @@ PKG_SOURCE_URL:=ftp://ftp.ruby-lang.org/pub/ruby/$(PKG_LIBVER)/ PKG_MD5SUM:=e019ae9c643c5efe91be49e29781fb94 PKG_BUILD_DEPENDS:=ruby/host +PKG_INSTALL:=1 +PKG_BUILD_PARALLEL:=1 include $(INCLUDE_DIR)/host-build.mk include $(INCLUDE_DIR)/package.mk @@ -211,8 +213,7 @@ TARGET_LDFLAGS += -L$(PKG_BUILD_DIR) MAKE_FLAGS += \ DESTDIR="$(PKG_INSTALL_DIR)" \ - SHELL="/bin/bash" \ - all install + SHELL="/bin/bash" define Build/Prepare $(call Build/Prepare/Default) -- 2.30.2