Sfoglia il codice sorgente

openssl: disable parallel builds (spurious linking break)

Signed-off-by: Steven Barth <[email protected]>

SVN-Revision: 46005
Steven Barth 10 anni fa
parent
commit
6ac38545c9
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      package/libs/openssl/Makefile

+ 1 - 1
package/libs/openssl/Makefile

@@ -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/ \