diff options
| author | Jack Nagel | 2012-11-17 19:52:57 -0600 |
|---|---|---|
| committer | Jack Nagel | 2012-11-17 19:52:57 -0600 |
| commit | d5ab941120fd60f5340595ba46055453d68b6e52 (patch) | |
| tree | 282fee689bb03d2cba3c1b4c42d2211777d3c1c9 /Library/Formula | |
| parent | 2af4e6d1843b4a20bcd9ec7e795b9c820d285150 (diff) | |
| download | homebrew-d5ab941120fd60f5340595ba46055453d68b6e52.tar.bz2 | |
postgres: fails with (really old) clang build 211
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/postgresql.rb | 5 |
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 |
