diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-06-02 13:01:48 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-06-02 13:01:48 +0000 |
commit | 029013d42ce60950616798a0cf9c7085915e28ab (patch) | |
tree | cab7dc74cb8b4c1e17d79742f0553c8a34838596 /package/libs/polarssl | |
parent | b73259c37a10c9d4d3d742053adc8da2db3a0ce6 (diff) | |
download | upstream-029013d42ce60950616798a0cf9c7085915e28ab.tar.gz upstream-029013d42ce60950616798a0cf9c7085915e28ab.tar.bz2 upstream-029013d42ce60950616798a0cf9c7085915e28ab.zip |
polarssl: enable parallel build
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40950
Diffstat (limited to 'package/libs/polarssl')
-rw-r--r-- | package/libs/polarssl/Makefile | 2 |
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 |