polarssl: enable parallel build
authorFelix Fietkau <nbd@openwrt.org>
Mon, 2 Jun 2014 13:01:48 +0000 (13:01 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Mon, 2 Jun 2014 13:01:48 +0000 (13:01 +0000)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40950 3c298f89-4303-0410-b956-a3cf2f4a3e73

package/libs/polarssl/Makefile

index 7f9f85b..ca837c5 100644 (file)
@@ -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