pgsql: Remove any -arch switches given in ExtUtils::Embed's ldopts from

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Remove any -arch switches given in ExtUtils::Embed's ldopts from
Дата
Msg-id 20090908181556.61CE0753FB7@cvs.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Remove any -arch switches given in ExtUtils::Embed's ldopts from our
perl_embed_ldflags setting.  On OS X it seems that ExtUtils::Embed is
trying to force a universal binary to be built, but you need to specify
that a lot further upstream if you want Postgres built that way; the only
result of including -arch in perl_embed_ldflags is some warnings at the
plperl.so link step.  Per my complaint and Jan Otto's suggestion.

Modified Files:
--------------
    pgsql/config:
        perl.m4 (r1.4 -> r1.5)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/config/perl.m4?r1=1.4&r2=1.5)
    pgsql:
        configure (r1.654 -> r1.655)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/configure?r1=1.654&r2=1.655)

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

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Add a boolean GUC parameter "bonjour" to control whether a
Следующее
От: kasahara@pgfoundry.org (User Kasahara)
Дата:
Сообщение: pgstatsinfo - pg_statsinfo: - Add dblink_disconnect() to log cleanup