pgsql: Suppress -arch switches in the output of ExtUtils::Embed.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Suppress -arch switches in the output of ExtUtils::Embed.
Дата
Msg-id E1QWawN-00072L-VX@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Suppress -arch switches in the output of ExtUtils::Embed.

We previously found out that OS X's standard perl installation tries to put
-arch switches into Perl link commands, evidently in hopes of building
universal binaries.  But it doesn't work to add such switches in plperl's
link step if they weren't being used earlier, so this is basically
unworkable.  When using gcc the result is only some warnings; but LLVM
fails entirely, so this issue isn't as cosmetic as we originally thought.
Hence, back-patch commit d69a419e682c2d39c2355105a7e5e2b90357c8f0 into
pre-9.0 branches.

Branch
------
REL8_3_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/1907dca905254c6558c0419af64c8c74fa05333a

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


В списке pgsql-committers по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Document that psql's \d also works with composite types
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Suppress -arch switches in the output of ExtUtils::Embed.