diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-05-25 09:52:15 -0500 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-05-25 10:59:54 -0500 |
commit | 046bc39911f2e8006465153d6119738b1b849410 (patch) | |
tree | 5d01878a2fa0b1ac9e7a029e96b4b90532afec7b /package | |
parent | 701c4c11d6017e245131de46c94ad9e4816e8dec (diff) |
no parallel build, couldn't resolve it
Diffstat (limited to 'package')
-rw-r--r-- | package/openssl/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |