]> git.ipfire.org Git - thirdparty/bind9.git/commit
use uv_dlopen() instead of dlopen() when linking DNSRPZ
authorEvan Hunt <each@isc.org>
Thu, 22 Aug 2024 23:01:50 +0000 (16:01 -0700)
committerOndřej Surý <ondrej@isc.org>
Wed, 18 Sep 2024 15:24:13 +0000 (17:24 +0200)
commitdc133339579c05e277357a5ba61344c8a41d012f
treeccb30cf9d1484ce309b757106d4340cce8ad60aa
parentd7bff3c0f9c9d7365e5dedbd306aed80600741e8
use uv_dlopen() instead of dlopen() when linking DNSRPZ

take advantage of libuv's shared library handling capability
when linking to a DNSRPS library.  (see b396f555861 and 37b9511ce1d
for prior related work.)
bin/tests/system/Makefile.am
bin/tests/system/rpz/testlib/Makefile.am
configure.ac
lib/dns/dnsrps.c
lib/dns/include/dns/librpz.h