Explorar o código

openssl: activate parallel build for host, oopsie

Waldemar Brodkorb hai 1 semana
pai
achega
bb3f8eb138
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      package/openssl/Makefile

+ 2 - 2
package/openssl/Makefile

@@ -69,10 +69,10 @@ host-configure:
 	(cd $(WRKBUILD); ./config --prefix='$(STAGING_HOST_DIR)/usr' -fPIC -ldl no-docs no-tests)
 
 host-build:
-	(cd $(WRKBUILD); $(MAKE))
+	(cd $(WRKBUILD); $(MAKE) -j$(ADK_MAKE_JOBS))
 
 openssl-hostinstall:
-	(cd $(WRKBUILD); $(MAKE) install)
+	(cd $(WRKBUILD); $(MAKE) -j$(ADK_MAKE_JOBS) install)
 
 do-configure:
 	(cd $(WRKBUILD); \