aboutsummaryrefslogtreecommitdiff
path: root/contrib/pageinspect/gistfuncs.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:41 -0700
commite52e9bd57f33da1c4a915e24d0a24759a23cb5fd (patch)
tree9e8d8dd37fce36ca95369325111bb1f703932ce0 /contrib/pageinspect/gistfuncs.c
parent9814c708c657a9f21fd1a36b5dc0f49ca2d01499 (diff)
downloadpostgresql-e52e9bd57f33da1c4a915e24d0a24759a23cb5fd.tar.gz
postgresql-e52e9bd57f33da1c4a915e24d0a24759a23cb5fd.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/pageinspect/gistfuncs.c')
0 files changed, 0 insertions, 0 deletions