aboutsummaryrefslogtreecommitdiff
path: root/contrib/postgres_fdw/postgres_fdw.c
diff options
context:
space:
mode:
authorAndres Freund <andres@anarazel.de>2022-03-23 12:43:14 -0700
committerAndres Freund <andres@anarazel.de>2022-03-23 12:43:40 -0700
commit7c163aa93fe6e37f231cef9ac08d5041855228fa (patch)
tree0faa662271e943c858f280dc102e6926faa57b47 /contrib/postgres_fdw/postgres_fdw.c
parentca26c64581b529b2191757dbb27b94c6b0c101be (diff)
downloadpostgresql-7c163aa93fe6e37f231cef9ac08d5041855228fa.tar.gz
postgresql-7c163aa93fe6e37f231cef9ac08d5041855228fa.zip
configure: check for dlsym instead of dlopen.
When building with sanitizers the sanitizer library provides dlopen, but not dlsym(), making configure think that -ldl isn't needed. Just checking for dlsym() ought to suffice, hard to see dlsym() being provided without dlopen() also being provided. Backpatch to all branches, for the same reasons as 46ab07ffda9. Reviewed-By: Tom Lane <tgl@sss.pgh.pa.us> Discussion: https://postgr.es/m/20220323173537.ll7klrglnp4gn2um@alap3.anarazel.de Backpatch: 10-
Diffstat (limited to 'contrib/postgres_fdw/postgres_fdw.c')
0 files changed, 0 insertions, 0 deletions