diff options
| author | Thomas Macwright | 2010-01-14 13:09:21 -0500 |
|---|---|---|
| committer | Max Howell | 2010-01-16 20:25:50 +0000 |
| commit | 127cdfdb536492546be4fe0ec493d3fa809f9aff (patch) | |
| tree | f4e7cfe8cd82787284c012fbff5fd3c2745aecdd /Library/Formula | |
| parent | f3be421b6624f6db8c61fce55ba8d71a500b8662 (diff) | |
| download | homebrew-127cdfdb536492546be4fe0ec493d3fa809f9aff.tar.bz2 | |
Fixing PostGIS formula to compile at POSTGIS_DEBUG_LEVEL=0
Fixes #468.
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/postgis.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/postgis.rb b/Library/Formula/postgis.rb index 6e9be1362..3baa1bb4d 100644 --- a/Library/Formula/postgis.rb +++ b/Library/Formula/postgis.rb @@ -10,7 +10,7 @@ class Postgis <Formula depends_on 'geos' def install - system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking" + system "./configure", "--prefix=#{prefix}", "--disable-dependency-tracking" system "make install" # Copy some of the generated files to the share folder |
