diff options
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 |
