Clean up zlib's build script
We should clean up the compile and link flags zlib build script:
-
CFLAGSandLDFLAGSseem to be unused, ratherLOCis taken to define those. - Given 1) we could just assign the relevant flags to
LOCand omitCFLAGSandLDFLAGSentirely AND we can omit spellingLOCout twice (once in themakecommand and once in themake installcommand). - While we are at it, just doing a
make installmight be enough. - No need to hard-code
-j4.