From: Michał Kępień Date: Sat, 21 Jun 2025 04:06:45 +0000 (+0000) Subject: fix: nil: Install named-compilezone X-Git-Tag: v9.21.10~40 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c5f01022b8a24faeb8583e66879bab6527e493df;p=thirdparty%2Fbind9.git fix: nil: Install named-compilezone named-compilezone is an alias for named-checkzone: the two tools are built from the same set of source files, but they behave differently depending on which executable gets invoked. With Automake, named-compilezone was installed as a hard link to named-checkzone using a custom installation hook; try to keep things simple with Meson by using the install_symlink() method, which makes named-compilezone a symbolic link to named-checkzone and is the same thing that is already used for ddns-confgen/tsig-keygen. See #5379 Merge branch '5379-install-named-compilezone' into 'main' See merge request isc-projects/bind9!10595 --- c5f01022b8a24faeb8583e66879bab6527e493df