cloudflare / keyless

Cloudflare's Keyless SSL Server Reference Implementation
Other
276 stars 78 forks source link

Disable jobserver when building OpenSSL with the submake #85

Open agentzh opened 9 years ago

agentzh commented 9 years ago

OpenSSL does not support Gnu make jobserver and when the user type "make -j8", for example, on the toplevel, the build will fail in OpenSSL.

I think we should explicitly disable the jobserver in the submake for OpenSSL while still enable parallel build for other parts of the system.

tclh123 commented 9 years ago

+1