pgsql: Test linking libperl.so using only Perl's required libraries.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Test linking libperl.so using only Perl's required libraries.
Date: 2013-01-10 04:46:53
Message-ID: E1TtA2X-0002Zi-HU@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Test linking libperl.so using only Perl's required libraries.

It appears that perl_embed_ldflags should already mention all the libraries
that are required by libperl.so itself. So let's try the test link with
just those and not the other LIBS we've found up to now. This should
more nearly reproduce what will happen when plperl is linked, and perhaps
will fix buildfarm member okapi's problem.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/9d5a160ca3af8f9488d2556fb28b9941d4926ff7

Modified Files
--------------
configure | 2 +-
configure.in | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2013-01-11 03:16:30 pgsql: Last-gasp attempt to save libperl.so configure probe.
Previous Message Tom Lane 2013-01-10 00:41:47 pgsql: Add explicit configure-time checks for perl.h and libperl.so.