-
removed zlib-test.patch that has been applied upstream. also run tests in parallel, this cuts down the time required to finish building Perl from 20 to 4 minutes (on x86_64). Test options are modified from Perl's documentation (the "Parallel tests" section of `perldoc perlhack`), by using HARNESS_OPTIONS instead of TEST_JOBS, as this provides an additional check that $JOBS is a number, and handles the case when $JOBS is not set, by giving it a default of 9. a new zlib-no-zsolo.patch has been added that removes "-DZ_SOLO" from Compress::Raw::Zlib's Makefile.PL. This issue has been reported upstream and will be fixed soon: https://github.com/pmqs/Compress-Raw-Zlib/issues/12 .
removed zlib-test.patch that has been applied upstream. also run tests in parallel, this cuts down the time required to finish building Perl from 20 to 4 minutes (on x86_64). Test options are modified from Perl's documentation (the "Parallel tests" section of `perldoc perlhack`), by using HARNESS_OPTIONS instead of TEST_JOBS, as this provides an additional check that $JOBS is a number, and handles the case when $JOBS is not set, by giving it a default of 9. a new zlib-no-zsolo.patch has been added that removes "-DZ_SOLO" from Compress::Raw::Zlib's Makefile.PL. This issue has been reported upstream and will be fixed soon: https://github.com/pmqs/Compress-Raw-Zlib/issues/12 .