From 046bc39911f2e8006465153d6119738b1b849410 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Mon, 25 May 2015 09:52:15 -0500 Subject: no parallel build, couldn't resolve it --- package/openssl/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package/openssl/Makefile b/package/openssl/Makefile index e2e310e53..873cc81b4 100644 --- a/package/openssl/Makefile +++ b/package/openssl/Makefile @@ -5,7 +5,7 @@ include ${ADK_TOPDIR}/rules.mk PKG_NAME:= openssl PKG_VERSION:= 1.0.2a -PKG_RELEASE:= 3 +PKG_RELEASE:= 5 PKG_HASH:= 15b6393c20030aab02c8e2fe0243cb1d1d18062f6c095d67bca91871dc7f324a PKG_DESCR:= secure socket layer libraries PKG_SECTION:= libs/crypto @@ -15,6 +15,7 @@ PKG_URL:= http://www.openssl.org/ PKG_SITES:= http://www.openssl.org/source/ PKG_LIBNAME:= libopenssl PKG_OPTS:= dev +PKG_NOPARALLEL:= 1 DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz -- cgit v1.2.3