]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Fix "good-viewzonelevel.conf.j2 has hard coded library extension"
authorMark Andrews <marka@isc.org>
Mon, 27 Oct 2025 00:15:18 +0000 (11:15 +1100)
committerMark Andrews <marka@isc.org>
Mon, 27 Oct 2025 18:40:28 +0000 (05:40 +1100)
Use @DYLIB@ instead of hard coded extension "so".

bin/tests/system/hooks/conf/good-viewzonelevel.conf.j2

index 7d992824cdad05eb6e77647f66eed40ed6b539a4..bd2ba712658e0531de48428b4117b2961819b20e 100644 (file)
@@ -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;
        };
 };