diff options
author | Tom Lane | 2025-07-09 18:21:00 +0000 |
---|---|---|
committer | Tom Lane | 2025-07-09 18:21:00 +0000 |
commit | 7bd752c1fb8eb300f0011ad9bcdbf96cb1ad64e2 (patch) | |
tree | 34226033bb869c5952861c6634a5476d91fd9865 /contrib/tablefunc/tablefunc.c | |
parent | 765a4c94ccc83ab95cf2d721e1ff97ba173c83e7 (diff) |
Link libpq with libdl if the platform needs that.REL_18_STABLE
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 <[email protected]>
Discussion: https://postgr.es/m/[email protected]
Backpatch-through: 18
Diffstat (limited to 'contrib/tablefunc/tablefunc.c')
0 files changed, 0 insertions, 0 deletions