aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/postgresql.rb
diff options
context:
space:
mode:
authorTom von Schwerdtner2009-10-01 18:18:03 -0400
committerMax Howell2009-10-04 18:36:44 +0100
commitdef838ef28a2b6450717b12eb09a73aacca25064 (patch)
treec08c08c5488a864f7c16f6facc50c99c1667d23e /Library/Formula/postgresql.rb
parenteab8f5a55a3d03a8c846ef9b325345c082ac3c0c (diff)
downloadhomebrew-def838ef28a2b6450717b12eb09a73aacca25064.tar.bz2
Postgres doesn't support --disable-dependency-tracking
Diffstat (limited to 'Library/Formula/postgresql.rb')
-rw-r--r--Library/Formula/postgresql.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/Library/Formula/postgresql.rb b/Library/Formula/postgresql.rb
index 5963af52d..8cd9a1d93 100644
--- a/Library/Formula/postgresql.rb
+++ b/Library/Formula/postgresql.rb
@@ -17,8 +17,7 @@ class Postgresql <Formula
"--with-libxml",
"--with-libxslt",
"--prefix=#{prefix}",
- "--disable-debug",
- "--disable-dependency-tracking"
+ "--disable-debug"
]
if MACOS_VERSION >= 10.6