postgres: fails with (really old) clang build 211

master
Jack Nagel 2012-11-17 19:52:57 -06:00
parent fa497a3782
commit 9a89255284
1 changed files with 5 additions and 0 deletions

View File

@ -15,6 +15,11 @@ class Postgresql < Formula
option 'no-perl', 'Build without Perl support' option 'no-perl', 'Build without Perl support'
option 'enable-dtrace', 'Build with DTrace 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 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 # Fix uuid-ossp build issues: http://archives.postgresql.org/pgsql-general/2012-07/msg00654.php
def patches def patches