]> git.ipfire.org Git - thirdparty/bind9.git/commit
Use dlsym for -ldl detection
authorMichal Nowak <mnowak@isc.org>
Mon, 18 Jan 2021 11:34:36 +0000 (12:34 +0100)
committerMichal Nowak <mnowak@isc.org>
Tue, 19 Jan 2021 07:05:54 +0000 (08:05 +0100)
commitc857e63087cdd2d2233b1b4f11b4dfa97ac91c3c
tree0f76bb2172f58a764db6963bcaeba49a4a2f341e
parent1c44767d467b45ec41af1cdf1179e5d98fda8aa0
Use dlsym for -ldl detection

-fsanitize=thread hijacks dlopen() and dlclose(), therefore dlopen()
won't request -ldl to be used for linking during Autoconf test. Check
for dlsym() presence will fail and dlzexternal and dyndb system tests
won't run.

Retrieved from 2dd54fa62f345d72749b71370410c6a68a5fddca.
configure
configure.ac