From f1a22851e5aa87f6227f8d8af46e442922ed7444 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Michael=20B=C3=BCsch?= Date: Tue, 2 Nov 2010 20:10:55 +0000 Subject: [PATCH] matrixssl: Enable parallel build SVN-Revision: 23801 --- libs/matrixssl/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/libs/matrixssl/Makefile b/libs/matrixssl/Makefile index d6f7c2e7da..b3ae076360 100644 --- a/libs/matrixssl/Makefile +++ b/libs/matrixssl/Makefile @@ -17,6 +17,8 @@ PKG_MD5SUM:=771c1489488e62668d673478311d63ca PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME) +PKG_BUILD_PARALLEL:=1 + include $(INCLUDE_DIR)/package.mk define Package/libmatrixssl @@ -34,7 +36,7 @@ endef TARGET_CFLAGS += $(FPIC) define Build/Compile - $(MAKE) -C $(PKG_BUILD_DIR)/src \ + $(MAKE) $(PKG_JOBS) -C $(PKG_BUILD_DIR)/src \ $(TARGET_CONFIGURE_OPTS) \ DFLAGS="$(TARGET_CFLAGS) -Wall" endef -- 2.30.2