]> granicus.if.org Git - postgresql/commit
Remove any -arch switches given in ExtUtils::Embed's ldopts from our
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 8 Sep 2009 18:15:55 +0000 (18:15 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 8 Sep 2009 18:15:55 +0000 (18:15 +0000)
commitd69a419e682c2d39c2355105a7e5e2b90357c8f0
treec851cd13031ef83e1ae95783d6dd804d33692a8f
parenteeb6cb143a005641841e718cb8638bc0c684ec25
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.
config/perl.m4
configure