Enable SystemTAP SDT support (#1386412)
This commit is contained in:
parent
88f375e7fb
commit
dc964705b8
@ -14,7 +14,7 @@
|
||||
|
||||
Name: lttng-ust
|
||||
Version: 2.11.0
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
|
||||
License: LGPLv2.1, MIT and GPLv2
|
||||
Summary: LTTng Userspace Tracer library
|
||||
@ -28,6 +28,7 @@ BuildRequires: automake
|
||||
BuildRequires: libtool
|
||||
BuildRequires: libuuid-devel
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: systemtap-sdt-devel
|
||||
BuildRequires: userspace-rcu-devel >= 0.11.0
|
||||
%if %{with_numactl}
|
||||
BuildRequires: numactl-devel
|
||||
@ -70,6 +71,7 @@ autoreconf -vif
|
||||
--docdir=%{_docdir}/%{name} \
|
||||
--disable-static \
|
||||
--enable-python-agent \
|
||||
--with-sdt \
|
||||
%{?arg_numactl}
|
||||
|
||||
make %{?_smp_mflags} V=1
|
||||
@ -115,6 +117,9 @@ make check
|
||||
%{python3_sitelib}/lttngust-*.egg-info
|
||||
|
||||
%changelog
|
||||
* Thu Jan 23 2020 Michael Jeanson <mjeanson@efficios.com> - 2.11.0-3
|
||||
- Enable SystemTAP SDT support (#1386412)
|
||||
|
||||
* Wed Jan 22 2020 Michael Jeanson <mjeanson@efficios.com> - 2.11.0-2
|
||||
- Add patch to fix build failure with GCC 10
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user