aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/postgresql.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/postgresql.rb')
-rw-r--r--Library/Formula/postgresql.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/Library/Formula/postgresql.rb b/Library/Formula/postgresql.rb
index 8b78d4f26..80e459ee8 100644
--- a/Library/Formula/postgresql.rb
+++ b/Library/Formula/postgresql.rb
@@ -59,9 +59,6 @@ class Postgresql < Formula
ENV.append 'LDFLAGS', '-arch i386'
end
- # Fails on Core Duo with O4 and O3
- ENV.O2 if Hardware.intel_family == :core
-
system "./configure", *args
system "make install-world"
end