]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
fix: pkg: Fix plugin loading
authorMichał Kępień <michal@isc.org>
Wed, 16 Jul 2025 05:24:00 +0000 (07:24 +0200)
committerMichał Kępień <michal@isc.org>
Wed, 16 Jul 2025 05:24:00 +0000 (07:24 +0200)
Loading plugins specified using just the shared library name (i.e.
without using an absolute path or a relative path) did not work. This
has been fixed.

See #5379

Merge branch '5379-fix-plugin-loading' into 'main'

See merge request isc-projects/bind9!10734


Trivial merge