]> git.ipfire.org Git - thirdparty/bind9.git/commit
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)
commitdb8a6ee8bda6480614a781c259cf485a3531644c
tree3eb7d35eadfe80e1794b4f6d13dd57882c6afbd6
parentc407f3c12a47e6124d11cf1b8c11b2394083b940
parent9e1abc976cd3cc8b07ac5d2351f0188b8d520e3d
fix: pkg: Fix plugin loading

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