Add support for User Statically Defined Tracing (USDT) probes

https://gitlab.isc.org/isc-projects/bind9/-/issues/4041

New feature in 9.19.13
This commit is contained in:
Petr Menšík 2023-09-06 15:33:37 +02:00
parent 2a4640526d
commit dcfb1d77be
1 changed files with 5 additions and 0 deletions

View File

@ -27,6 +27,7 @@
%bcond_without DOCPDF
%endif
%bcond_with TSAN
%bcond_without DTRACE
%{?!bind_uid: %global bind_uid 25}
%{?!bind_gid: %global bind_gid 25}
@ -169,6 +170,10 @@ BuildRequires: python3-sphinx-latex latexmk texlive-xetex texlive-xindy
%if %{with TSAN}
BuildRequires: libtsan
%endif
%if %{with DTRACE}
# https://gitlab.isc.org/isc-projects/bind9/-/issues/4041
BuildRequires: systemtap-sdt-devel
%endif
%description
BIND (Berkeley Internet Name Domain) is an implementation of the DNS