From fb050bf6bfea710387d5b51002c07fc9054dd2ff Mon Sep 17 00:00:00 2001 From: Lifepillar Date: Sun, 3 Nov 2013 13:05:32 +0100 Subject: Postgres-XC: add compatibility with OS X 10.9. Closes #23919. Signed-off-by: Adam Vandenberg --- Library/Formula/postgres-xc.rb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Library/Formula/postgres-xc.rb') diff --git a/Library/Formula/postgres-xc.rb b/Library/Formula/postgres-xc.rb index 1fb3fc85f..4c8e01495 100644 --- a/Library/Formula/postgres-xc.rb +++ b/Library/Formula/postgres-xc.rb @@ -31,6 +31,9 @@ class PostgresXc < Formula def install ENV.libxml2 if MacOS.version >= :snow_leopard + # See http://sourceforge.net/mailarchive/forum.php?thread_name=82E44F89-543A-44F2-8AF8-F6909B5DC561%40uniud.it&forum_name=postgres-xc-bugs + ENV.append 'CFLAGS', '-D_FORTIFY_SOURCE=0 -O2' if MacOS.version >= :mavericks + args = ["--disable-debug", "--prefix=#{prefix}", "--datadir=#{share}/#{name}", -- cgit v1.2.3