diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/grass.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/grass.rb b/Library/Formula/grass.rb index 7f48a6455..5b75b6dec 100644 --- a/Library/Formula/grass.rb +++ b/Library/Formula/grass.rb @@ -101,8 +101,8 @@ class Grass < Formula end system "./configure", "--prefix=#{prefix}", *args - system "make" # make and make install must be separate steps. - system "make install" + system "make GDAL_DYNAMIC=" # make and make install must be separate steps. + system "make GDAL_DYNAMIC= install" # GDAL_DYNAMIC set to blank for r.external compatability end def caveats |
