]> git.ipfire.org Git - thirdparty/bind9.git/commit
Export plugin extension in config.h
authorColin Vidal <colin@isc.org>
Mon, 21 Jul 2025 12:38:30 +0000 (14:38 +0200)
committerColin Vidal <colin@isc.org>
Mon, 28 Jul 2025 21:08:04 +0000 (23:08 +0200)
commitbe03ed6520227426d2c38616b4408cc340dca4da
treedd19a8163ced5784a4ae02b1a1440d393ad9dbcd
parente6b4af9357a3f8b742f1e33cbe246adc81c58096
Export plugin extension in config.h

Dynamically loadable libraries all use the `.so` extension on
BIND9-supported platforms, except for macOS. Export the dynamic library
extension of the current build platform in the generated `config.h`
file, in order to let the plugin code building plugin path based on a
simple plugin name. (which then would be platform-independent)
meson.build