aboutsummaryrefslogtreecommitdiffstats
path: root/package/libs/polarssl/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2014-06-02 13:01:48 +0000
committerFelix Fietkau <nbd@openwrt.org>2014-06-02 13:01:48 +0000
commitb13f70a61cfb005e948237730d9c8b27bae2c963 (patch)
tree757e92ee9f2cbf98070ddafefc75ecfc7babeb71 /package/libs/polarssl/Makefile
parent0619ab3b31e0e990b390742e32d7c33d211cd19b (diff)
downloadmaster-187ad058-b13f70a61cfb005e948237730d9c8b27bae2c963.tar.gz
master-187ad058-b13f70a61cfb005e948237730d9c8b27bae2c963.tar.bz2
master-187ad058-b13f70a61cfb005e948237730d9c8b27bae2c963.zip
polarssl: enable parallel build
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40950 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/libs/polarssl/Makefile')
-rw-r--r--package/libs/polarssl/Makefile2
1 files changed, 2 insertions, 0 deletions
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