Browse Source

no parallel build, couldn't resolve it

Waldemar Brodkorb 10 years ago
parent
commit
046bc39911
1 changed files with 2 additions and 1 deletions
  1. 2 1
      package/openssl/Makefile

+ 2 - 1
package/openssl/Makefile

@@ -5,7 +5,7 @@ include ${ADK_TOPDIR}/rules.mk
 
 
 PKG_NAME:=		openssl
 PKG_NAME:=		openssl
 PKG_VERSION:=		1.0.2a
 PKG_VERSION:=		1.0.2a
-PKG_RELEASE:=		3
+PKG_RELEASE:=		5
 PKG_HASH:=		15b6393c20030aab02c8e2fe0243cb1d1d18062f6c095d67bca91871dc7f324a
 PKG_HASH:=		15b6393c20030aab02c8e2fe0243cb1d1d18062f6c095d67bca91871dc7f324a
 PKG_DESCR:=		secure socket layer libraries
 PKG_DESCR:=		secure socket layer libraries
 PKG_SECTION:=		libs/crypto
 PKG_SECTION:=		libs/crypto
@@ -15,6 +15,7 @@ PKG_URL:=		http://www.openssl.org/
 PKG_SITES:=		http://www.openssl.org/source/
 PKG_SITES:=		http://www.openssl.org/source/
 PKG_LIBNAME:=		libopenssl
 PKG_LIBNAME:=		libopenssl
 PKG_OPTS:=		dev
 PKG_OPTS:=		dev
+PKG_NOPARALLEL:=	1
 
 
 DISTFILES:=		${PKG_NAME}-${PKG_VERSION}.tar.gz
 DISTFILES:=		${PKG_NAME}-${PKG_VERSION}.tar.gz