openssl: enable parallel building
There is no improvement for the build duration of openssl 1.0 but the one of openssl 1.1 is reduced significantly.
This commit is contained in:
parent
737c1c491d
commit
01a4d957dd
@ -71,8 +71,7 @@ let
|
|||||||
|
|
||||||
makeFlags = [ "MANDIR=$(man)/share/man" ];
|
makeFlags = [ "MANDIR=$(man)/share/man" ];
|
||||||
|
|
||||||
# Parallel building is broken in OpenSSL.
|
enableParallelBuilding = true;
|
||||||
enableParallelBuilding = false;
|
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
# If we're building dynamic libraries, then don't install static
|
# If we're building dynamic libraries, then don't install static
|
||||||
|
Loading…
Reference in New Issue
Block a user