]> git.ipfire.org Git - thirdparty/pdns.git/commit
dnsdist: Properly link with `libdl` when building with `autotools` 15813/head
authorRemi Gacogne <remi.gacogne@powerdns.com>
Thu, 10 Jul 2025 07:55:13 +0000 (09:55 +0200)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Thu, 10 Jul 2025 07:55:13 +0000 (09:55 +0200)
commit83416a76b6df3af560514caea8c45e750f1fd24b
tree9da5b202fb7fa5e26ef173f0ecc8fea45db12486
parent2a3b90e2169c3611639fec56b4c5770ab07d7433
dnsdist: Properly link with `libdl` when building with `autotools`

Depending on the system we might actually need to link with `libdl`
when our Rust library is used, and the mechanism to do that was not
properly set up when building with `autotools` (we were adding `LIBDL`
to the the libraries we need but the variable was not properly filled).
Unfortunately the systems we are exercising in our CI do not need to
explicitly link with `libdl` so we did not notice.

Signed-off-by: Remi Gacogne <remi.gacogne@powerdns.com>
pdns/dnsdistdist/configure.ac