Browse Source

openssl: activate parallel build for host, oopsie

Waldemar Brodkorb 1 week ago
parent
commit
bb3f8eb138
1 changed files with 2 additions and 2 deletions
  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)
 	(cd $(WRKBUILD); ./config --prefix='$(STAGING_HOST_DIR)/usr' -fPIC -ldl no-docs no-tests)
 
 
 host-build:
 host-build:
-	(cd $(WRKBUILD); $(MAKE))
+	(cd $(WRKBUILD); $(MAKE) -j$(ADK_MAKE_JOBS))
 
 
 openssl-hostinstall:
 openssl-hostinstall:
-	(cd $(WRKBUILD); $(MAKE) install)
+	(cd $(WRKBUILD); $(MAKE) -j$(ADK_MAKE_JOBS) install)
 
 
 do-configure:
 do-configure:
 	(cd $(WRKBUILD); \
 	(cd $(WRKBUILD); \