Merge pull request #39251 from WilliButz/openssl-parallel-build
openssl: enable parallel building
This commit is contained in:
commit
cd50540d7c
1 changed files with 1 additions and 2 deletions
|
@ -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 a new issue