From dc964705b8bdd3d4e959cca6b0895e3f111c3f0a Mon Sep 17 00:00:00 2001 From: Michael Jeanson Date: Jan 23 2020 20:39:59 +0000 Subject: Enable SystemTAP SDT support (#1386412) --- diff --git a/lttng-ust.spec b/lttng-ust.spec index d512efa..1cc374c 100644 --- a/lttng-ust.spec +++ b/lttng-ust.spec @@ -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 - 2.11.0-3 +- Enable SystemTAP SDT support (#1386412) + * Wed Jan 22 2020 Michael Jeanson - 2.11.0-2 - Add patch to fix build failure with GCC 10