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>
This commit is contained in:
Eneas U de Queiroz 2019-03-11 21:00:58 +00:00 committed by Hauke Mehrtens
parent 1ca69003fd
commit fc1386ccf8
1 changed files with 1 additions and 1 deletions

View File

@ -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:= \