mirror of https://github.com/hak5/openwrt.git
openssl: disable parallel builds (spurious linking break)
Signed-off-by: Steven Barth <steven@midlink.org> SVN-Revision: 46005lede-17.01
parent
f8140c9caf
commit
6ac38545c9
|
@ -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/ \
|
||||
|
|
Loading…
Reference in New Issue