aboutsummaryrefslogtreecommitdiffstats
path: root/package/libs/openssl
diff options
context:
space:
mode:
authorEneas U de Queiroz <cote2004-github@yahoo.com>2019-03-11 21:00:58 +0000
committerHauke Mehrtens <hauke@hauke-m.de>2019-03-21 17:05:34 +0100
commitfc1386ccf8911cf8596b41635beaeb06f165bab4 (patch)
tree17b7f39ce617ea166b6175c22168a00968022448 /package/libs/openssl
parent1ca69003fde57075cd3f2fcd70c188ea2bc1835e (diff)
downloadupstream-fc1386ccf8911cf8596b41635beaeb06f165bab4.tar.gz
upstream-fc1386ccf8911cf8596b41635beaeb06f165bab4.tar.bz2
upstream-fc1386ccf8911cf8596b41635beaeb06f165bab4.zip
openssl: revert disallowing parallel build
Openssl 1.1.0 made wholesale changes to its building system. Apparently, parallel builds are working now. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
Diffstat (limited to 'package/libs/openssl')
-rw-r--r--package/libs/openssl/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libs/openssl/Makefile b/package/libs/openssl/Makefile
index 56e95af793..cb25c5557c 100644
--- a/package/libs/openssl/Makefile
+++ b/package/libs/openssl/Makefile
@@ -15,7 +15,7 @@ PKG_RELEASE:=3
PKG_USE_MIPS16:=0
ENGINES_DIR=engines-1.1
-PKG_BUILD_PARALLEL:=0
+PKG_BUILD_PARALLEL:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:= \