pgsql: Add explicit configure-time checks for perl.h and libperl.so.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Add explicit configure-time checks for perl.h and libperl.so.
Дата
Msg-id E1Tt6DL-0007RH-84@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Add explicit configure-time checks for perl.h and libperl.so.

Although most platforms seem to package Perl in such a way that these files
are present even in basic Perl installations, Debian does not.  Hence, make
an effort to fail during configure rather than build if --with-perl was
given and these files are lacking.  Per gripe from Josh Berkus.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/1f3ed51f8e197e9bbf18737a1aa1148ed730f7d8

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


В списке pgsql-committers по дате отправления:

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: pgsql: Detect Windows perl linkage parameters in configure script.
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Test linking libperl.so using only Perl's required libraries.