pgsql: Fix plpython build on older versions of OS X.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix plpython build on older versions of OS X.
Date: 2013-01-06 20:50:03
Message-ID: E1TrxAR-0004LB-0G@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix plpython build on older versions of OS X.

Pre-Lion versions of Apple's linker don't allow space between -F and its
argument. (Snow Leopard is nice enough to tell you that in so many words,
but older versions just fail with very obscure link errors, as seen on
buildfarm member locust for instance.) Oversight in commit
fc8745070a53469a43ecbf999dc5692a36a649cc.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/5aec9ccafe3b2b31b95ac69990704f260b8e1a63

Modified Files
--------------
config/python.m4 | 2 +-
configure | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Simon Riggs 2013-01-06 21:29:07 Re: Re: [COMMITTERS] pgsql: Invent a "one-shot" variant of CachedPlans for better performanc
Previous Message Tom Lane 2013-01-05 19:15:30 Re: Re: [COMMITTERS] pgsql: Invent a "one-shot" variant of CachedPlans for better performanc