Merge pull request #39251 from WilliButz/openssl-parallel-build
openssl: enable parallel building
This commit is contained in:
commit
cd50540d7c
@ -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…
x
Reference in New Issue
Block a user