mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-22 10:10:14 -04:00
Fix "good-viewzonelevel.conf.j2 has hard coded library extension"
Use @DYLIB@ instead of hard coded extension "so".
This commit is contained in:
parent
40e8baf6d5
commit
ba5053cddf
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ view someview {
|
|||
type primary;
|
||||
file "foo.bar.db";
|
||||
};
|
||||
plugin query "@TOP_BUILDDIR@/testlib-driver-syncplugin.so" {
|
||||
plugin query "@TOP_BUILDDIR@/testlib-driver-syncplugin.@DYLIB@" {
|
||||
rcode servfail;
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue