diff options
author | Harmen Stoppels <harmenstoppels@gmail.com> | 2023-05-04 17:50:00 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-04 17:50:00 +0200 |
commit | a5300b57260d5421a866b9e14e4ee6ece36a315d (patch) | |
tree | 4ea37d4758c753b9ca88da8ff894bacd5e81352b /SECURITY.md | |
parent | 86d3bad1e05140398f6e19919de38928f3d0c484 (diff) | |
download | spack-a5300b57260d5421a866b9e14e4ee6ece36a315d.tar.gz spack-a5300b57260d5421a866b9e14e4ee6ece36a315d.tar.bz2 spack-a5300b57260d5421a866b9e14e4ee6ece36a315d.tar.xz spack-a5300b57260d5421a866b9e14e4ee6ece36a315d.zip |
perl: fix jobserver job issue (#37428)
When building perl with posix jobserver, it seems to eat jobs, which
reduces parallelism to 1 in many cases, and is rather annoying. This is
solved in GNU Make 4.4 (fifo is more stable than file descriptors), but
that version is typically not available.
So, fix this issue by simply unsetting MAKEFLAGS for the duration of
./Configure. That's enough, and the build phase runs perfectly in
parallel again.
Diffstat (limited to 'SECURITY.md')
0 files changed, 0 insertions, 0 deletions