| From: | tgl(at)postgresql(dot)org (Tom Lane) |
|---|---|
| To: | pgsql-committers(at)postgresql(dot)org |
| Subject: | pgsql: Remove any -arch switches given in ExtUtils::Embed's ldopts from |
| Date: | 2009-09-08 18:15:56 |
| Message-ID: | 20090908181556.61CE0753FB7@cvs.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | User Kasahara | 2009-09-09 01:49:04 | pgstatsinfo - pg_statsinfo: - Add dblink_disconnect() to log cleanup |
| Previous Message | Tom Lane | 2009-09-08 17:08:36 | pgsql: Add a boolean GUC parameter "bonjour" to control whether a |