daemon: deparallelize
Deparallelize the build to fix intermittent build failures such as libslack/locker.h:29:10: fatal error: 'slack/hdr.h' file not found libslack/prog.h:29:10: fatal error: 'slack/hdr.h' file not found daemon.c:656:10: fatal error: 'slack/std.h' file not found Closes Homebrew/homebrew#49588. Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
This commit is contained in:
parent
8512b3f49a
commit
4ead7443d7
1 changed files with 3 additions and 0 deletions
|
@ -13,6 +13,9 @@ class Daemon < Formula
|
|||
end
|
||||
|
||||
def install
|
||||
# Parallel build failure reported to raf@raf.org 27th Feb 2016
|
||||
ENV.deparallelize
|
||||
|
||||
system "./config"
|
||||
system "make"
|
||||
system "make", "PREFIX=#{prefix}", "install"
|
||||
|
|
Loading…
Reference in a new issue