]> git.ipfire.org Git - thirdparty/bind9.git/commit
fix: pkg: Fix --enable-tracing build on systems without dtrace
authorPetr Špaček <pspacek@isc.org>
Wed, 7 Aug 2024 13:53:29 +0000 (13:53 +0000)
committerPetr Špaček <pspacek@isc.org>
Wed, 7 Aug 2024 13:53:29 +0000 (13:53 +0000)
commitced1eb358daafbccca243050a09f760b9665a58d
tree67c5d2849a88e68ffb06d080393f6b00d5803b9f
parent5dd3c41676006a626eb44fb2d68ff42143fda03b
parent9abedb7757fda1ad25036ec8e594a5de89bc8495
fix: pkg: Fix --enable-tracing build on systems without dtrace

Missing file util/dtrace.sh prevented builds on system without dtrace utility.
This has been corrected.

Fixes: #4835
Merge branch 'pspacek/gitattribute-fixes' into 'main'

Closes #4835

See merge request isc-projects/bind9!9262