aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2012-11-17 19:52:57 -0600
committerJack Nagel2012-11-17 19:52:57 -0600
commitd5ab941120fd60f5340595ba46055453d68b6e52 (patch)
tree282fee689bb03d2cba3c1b4c42d2211777d3c1c9 /Library/Formula
parent2af4e6d1843b4a20bcd9ec7e795b9c820d285150 (diff)
downloadhomebrew-d5ab941120fd60f5340595ba46055453d68b6e52.tar.bz2
postgres: fails with (really old) clang build 211
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/postgresql.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/Library/Formula/postgresql.rb b/Library/Formula/postgresql.rb
index dfe9e9561..a39e7a5a5 100644
--- a/Library/Formula/postgresql.rb
+++ b/Library/Formula/postgresql.rb
@@ -15,6 +15,11 @@ class Postgresql < Formula
option 'no-perl', 'Build without Perl support'
option 'enable-dtrace', 'Build with DTrace support'
+ fails_with :clang do
+ build 211
+ cause 'Miscompilation resulting in segfault on queries'
+ end
+
# Fix PL/Python build: https://github.com/mxcl/homebrew/issues/11162
# Fix uuid-ossp build issues: http://archives.postgresql.org/pgsql-general/2012-07/msg00654.php
def patches