From: nbd Date: Mon, 2 Jun 2014 13:01:48 +0000 (+0000) Subject: polarssl: enable parallel build X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=029f3d5debc1dceb686e6c527ed64fdd2ef4bd0f;p=openwrt.git polarssl: enable parallel build Signed-off-by: Felix Fietkau git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40950 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/libs/polarssl/Makefile b/package/libs/polarssl/Makefile index 7f9f85b9c5..ca837c54ab 100644 --- a/package/libs/polarssl/Makefile +++ b/package/libs/polarssl/Makefile @@ -16,6 +16,8 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-gpl.tgz PKG_SOURCE_URL:=https://polarssl.org/code/releases PKG_MD5SUM:=b656e4c83ee94f93d19eb0832fd7f976 +PKG_BUILD_PARALLEL:=1 + include $(INCLUDE_DIR)/package.mk include $(INCLUDE_DIR)/cmake.mk