pgsql: Link libpq with libdl if the platform needs that.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Link libpq with libdl if the platform needs that.
Дата
Msg-id E1uZZPw-005SrQ-0X@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Link libpq with libdl if the platform needs that.

Since b0635bfda, libpq uses dlopen() and related functions.  On some
platforms these are not supplied by libc, but by a separate library
libdl, in which case we need to make sure that that dependency is
known to the linker.  Meson seems to take care of that automatically,
but the Makefile didn't cater for it.

Author: Tom Lane <tgl@sss.pgh.pa.us>
Discussion: https://postgr.es/m/1328170.1752082586@sss.pgh.pa.us
Backpatch-through: 18

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/4df477153a6b9339acafbf4162fd8fa3f33e89d2

Modified Files
--------------
src/interfaces/libpq/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


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