Обсуждение: pgsql: Fix plpython build on older versions of OS X.

Поиск
Список
Период
Сортировка

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

От
Tom Lane
Дата:
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(-)