configure: check for dlsym instead of dlopen.

Andres Freund <andres@anarazel.de>

Commit: 7c163aa93fe6e37f231cef9ac08d5041855228fa
Author: Andres Freund <andres@anarazel.de>
Date: 2022-03-23T19:43:40Z
Releases: 13.7
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-

Files

PathChange+/−
configure modified +15 −12
configure.in modified +4 −1

Discussion

  • ubsan 18 messages · 2022-03-23 → 2025-11-05