]> git.pld-linux.org Git - packages/lttng-ust.git/commitdiff
- enabled systemtap integration
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 7 Jul 2013 10:55:21 +0000 (12:55 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Sun, 7 Jul 2013 10:55:21 +0000 (12:55 +0200)
lttng-ust.spec

index 47dfdc352a6d0691e49b3f5fdac83677e359f30a..eb73f8e719f45a480fac4479311e9d16a8d6a9a9 100644 (file)
@@ -1,7 +1,7 @@
 #
 # Conditional build:
 %bcond_without java            # JNI interface
-%bcond_with    systemtap       # SystemTap integration
+%bcond_without systemtap       # SystemTap integration
 #
 Summary:       LTTng Userspace Tracer
 Summary(pl.UTF-8):     LTTng Userspace Tracer - narzędzia LTTng do śledzenia przestrzeni użytkownika
@@ -18,8 +18,8 @@ BuildRequires:        autoconf >= 2.50
 BuildRequires: automake
 %{?with_java:BuildRequires:    jdk}
 BuildRequires: rpmbuild(macros) >= 1.294
-%{?with_systemtap:BuildRequires:       systemtap-devel}
 BuildRequires: libtool >= 2:2
+%{?with_systemtap:BuildRequires:       systemtap-sdt-devel}
 BuildRequires: userspace-rcu-devel >= 0.7.2
 Requires:      userspace-rcu >= 0.7.2
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
This page took 0.270626 seconds and 4 git commands to generate.