]> git.ipfire.org Git - thirdparty/postgresql.git/commit
configure: check for dlsym instead of dlopen.
authorAndres Freund <andres@anarazel.de>
Wed, 23 Mar 2022 19:43:14 +0000 (12:43 -0700)
committerAndres Freund <andres@anarazel.de>
Wed, 23 Mar 2022 19:43:36 +0000 (12:43 -0700)
commita77dddb42e0916f8c0962b758668d49e8fd81cc8
treee1ca432e08f479fac953d5f7f3ae4658d22cb2ba
parentefe44fb2f685032ab73ec99cd39712a1ad458c3c
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-
configure
configure.in