pgsql: Test linking libperl.so using only Perl's required libraries. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Test linking libperl.so using only Perl's required libraries.
Date
Msg-id E1TtA2X-0002Zi-HU@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Add explicit configure-time checks for perl.h and libperl.so.
Next
From: Tom Lane
Date:
Subject: pgsql: Last-gasp attempt to save libperl.so configure probe.