aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorThomas Macwright2010-01-14 13:09:21 -0500
committerMax Howell2010-01-16 20:25:50 +0000
commit127cdfdb536492546be4fe0ec493d3fa809f9aff (patch)
treef4e7cfe8cd82787284c012fbff5fd3c2745aecdd /Library
parentf3be421b6624f6db8c61fce55ba8d71a500b8662 (diff)
downloadhomebrew-127cdfdb536492546be4fe0ec493d3fa809f9aff.tar.bz2
Fixing PostGIS formula to compile at POSTGIS_DEBUG_LEVEL=0
Fixes #468.
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/postgis.rb2
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