]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
fix: pkg: Fix cross builds
authorMichał Kępień <michal@isc.org>
Thu, 10 Jul 2025 14:57:32 +0000 (16:57 +0200)
committerMichał Kępień <michal@isc.org>
Thu, 10 Jul 2025 14:57:32 +0000 (16:57 +0200)
Cross-compilation did not work even when the ``-Ddoc=disabled`` build
option was passed to Meson due to the build targets used for generating
documentation depending on a non-native executable. This has been fixed.

See #5379

Merge branch '5379-fix-cross-builds' into 'main'

See merge request isc-projects/bind9!10702


Trivial merge