diff options
| author | Tom von Schwerdtner | 2009-10-01 18:18:03 -0400 |
|---|---|---|
| committer | Max Howell | 2009-10-04 18:36:44 +0100 |
| commit | def838ef28a2b6450717b12eb09a73aacca25064 (patch) | |
| tree | c08c08c5488a864f7c16f6facc50c99c1667d23e /Library/Formula/postgresql.rb | |
| parent | eab8f5a55a3d03a8c846ef9b325345c082ac3c0c (diff) | |
| download | homebrew-def838ef28a2b6450717b12eb09a73aacca25064.tar.bz2 | |
Postgres doesn't support --disable-dependency-tracking
Diffstat (limited to 'Library/Formula/postgresql.rb')
| -rw-r--r-- | Library/Formula/postgresql.rb | 3 |
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 |
