summaryrefslogtreecommitdiff
path: root/package/libs
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
commit029013d42ce60950616798a0cf9c7085915e28ab (patch)
treecab7dc74cb8b4c1e17d79742f0553c8a34838596 /package/libs
parentb73259c37a10c9d4d3d742053adc8da2db3a0ce6 (diff)
downloadmtk-20170518-029013d42ce60950616798a0cf9c7085915e28ab.zip
mtk-20170518-029013d42ce60950616798a0cf9c7085915e28ab.tar.gz
mtk-20170518-029013d42ce60950616798a0cf9c7085915e28ab.tar.bz2
polarssl: enable parallel build
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40950
Diffstat (limited to 'package/libs')
-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 7f9f85b..ca837c5 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