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

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Test linking libperl.so using only Perl's required libraries.
Дата
Msg-id E1TtA2X-0002Zi-HU@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Add explicit configure-time checks for perl.h and libperl.so.
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Last-gasp attempt to save libperl.so configure probe.