]> git.ipfire.org Git - thirdparty/bind9.git/commit
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)
commit08df53858a36340f2e83048e26cda4749583b8be
treecc537fb58b9a803f04ca442d01566a68cc6f609c
parent59875ecbf1fed4180df051836948baad7e14babe
parentee5897743d4245763a90737910e9ef629d5d57fa
fix: pkg: Fix cross builds

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