Need to ENV.deparallelize otherwise it failes during make install.
This commit is contained in:
parent
2c362d35da
commit
dc31e9dcfb
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ class Postgis <Formula
|
|||
depends_on 'geos'
|
||||
|
||||
def install
|
||||
ENV.deparallelize
|
||||
system "./configure", "--prefix=#{prefix}", "--disable-dependency-tracking", "--with-projdir=#{HOMEBREW_PREFIX}"
|
||||
system "make install"
|
||||
|
||||
|
|
Loading…
Reference in a new issue