]> git.ipfire.org Git - thirdparty/pdns.git/commit
dnsdist: Properly link with `libdl` when building with `autotools` 15840/head
authorRemi Gacogne <remi.gacogne@powerdns.com>
Thu, 10 Jul 2025 07:55:13 +0000 (09:55 +0200)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Tue, 15 Jul 2025 08:18:47 +0000 (10:18 +0200)
commitbfd10ec1b843152d723a7f2e49c97aa2d0a51cba
tree5d975ea41c7f6d1d840fbadcc1ae2d2a623af006
parent5c29dc29bf03bcc0b058bdf92bb6186e116d62d8
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>
(cherry picked from commit 83416a76b6df3af560514caea8c45e750f1fd24b)
pdns/dnsdistdist/configure.ac