openssl: disable parallel builds (spurious linking break)
authorSteven Barth <cyrus@openwrt.org>
Tue, 16 Jun 2015 17:28:11 +0000 (17:28 +0000)
committerSteven Barth <cyrus@openwrt.org>
Tue, 16 Jun 2015 17:28:11 +0000 (17:28 +0000)
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 46005

package/libs/openssl/Makefile

index 2d69417ac992938b3adb08c2f23c86bdc9e7c074..35fba357383554f628267b862690a012e8074d36 100644 (file)
@@ -12,7 +12,7 @@ PKG_VERSION:=1.0.2c
 PKG_RELEASE:=1
 PKG_USE_MIPS16:=0
 
-PKG_BUILD_PARALLEL:=1
+PKG_BUILD_PARALLEL:=0
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=http://www.openssl.org/source/ \