Обсуждение: pgsql: Test linking libperl.so using only Perl's required libraries.

Поиск
Список
Период
Сортировка

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

От
Tom Lane
Дата:
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(-)