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

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Remove any -arch switches given in ExtUtils::Embed's ldopts from
Date
Msg-id 20090908181556.61CE0753FB7@cvs.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Add a boolean GUC parameter "bonjour" to control whether a
Next
From: kasahara@pgfoundry.org (User Kasahara)
Date:
Subject: pgstatsinfo - pg_statsinfo: - Add dblink_disconnect() to log cleanup