]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Link libpq with libdl if the platform needs that.
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 9 Jul 2025 18:21:00 +0000 (14:21 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 9 Jul 2025 18:21:00 +0000 (14:21 -0400)
commit7bd752c1fb8eb300f0011ad9bcdbf96cb1ad64e2
tree34226033bb869c5952861c6634a5476d91fd9865
parent765a4c94ccc83ab95cf2d721e1ff97ba173c83e7
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
src/interfaces/libpq/Makefile