From 9a8925528462a9b973e5e2bb13d53ae2efd6bc5a Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Sat, 17 Nov 2012 19:52:57 -0600 Subject: [PATCH] postgres: fails with (really old) clang build 211 --- Formula/postgresql.rb | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Formula/postgresql.rb b/Formula/postgresql.rb index dfe9e9561e..a39e7a5a51 100644 --- a/Formula/postgresql.rb +++ b/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