Test linking libperl.so using only Perl's required libraries.
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 10 Jan 2013 04:46:44 +0000 (23:46 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 10 Jan 2013 04:46:44 +0000 (23:46 -0500)
commit9d5a160ca3af8f9488d2556fb28b9941d4926ff7
tree9b9c00439ed82e2e070696ef155773c10b43982d
parent1f3ed51f8e197e9bbf18737a1aa1148ed730f7d8
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.
configure
configure.in