1
0
Fork 0
mirror of https://git.wownero.com/wownero/wownero.git synced 2024-08-15 01:03:23 +00:00

Fix parallel make of OpenSSL

This commit is contained in:
Howard Chu 2021-08-31 04:38:38 +01:00
parent 8fde011dbe
commit acef6c955b
No known key found for this signature in database
GPG key ID: FD2A70B44AB11BA7

View file

@ -59,11 +59,11 @@ define $(package)_config_cmds
endef
define $(package)_build_cmds
$(MAKE) -j1 build_libs libcrypto.pc libssl.pc openssl.pc
$(MAKE) build_libs
endef
define $(package)_stage_cmds
$(MAKE) DESTDIR=$($(package)_staging_dir) -j1 install_sw
$(MAKE) DESTDIR=$($(package)_staging_dir) install_sw
endef
define $(package)_postprocess_cmds