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" ];
|
||||
|
||||
# Parallel building is broken in OpenSSL.
|
||||
enableParallelBuilding = false;
|
||||
enableParallelBuilding = true;
|
||||
|
||||
postInstall = ''
|
||||
# If we're building dynamic libraries, then don't install static
|
||||
|
Loading…
Reference in New Issue
Block a user