]> git.pld-linux.org Git - packages/systemtap.git/commitdiff
- compile C++ in C++11 mode (required by dyninst) auto/th/systemtap-3.0-2
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 4 Aug 2016 15:23:07 +0000 (17:23 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Thu, 4 Aug 2016 15:23:07 +0000 (17:23 +0200)
- release 2

systemtap.spec

index e1ece84c10f63bc45fe0eb970e6fd5987c12c8fe..35daf4dee38ab8c25162b303882b245127e98703 100644 (file)
@@ -16,7 +16,7 @@ Summary:      Instrumentation System
 Summary(pl.UTF-8):     System oprzyrządowania
 Name:          systemtap
 Version:       3.0
-Release:       1
+Release:       2
 License:       GPL v2+
 Group:         Base
 Source0:       http://sourceware.org/systemtap/ftp/releases/%{name}-%{version}.tar.gz
@@ -45,7 +45,7 @@ BuildRequires:        json-c-devel
 %if %{with dyninst} || %{with java}
 BuildRequires: libselinux-devel
 %endif
-BuildRequires: libstdc++-devel
+BuildRequires: libstdc++-devel >= 6:4.7
 BuildRequires: libvirt-devel >= 1.0.2
 BuildRequires: libxml2-devel >= 2.0
 BuildRequires: mysql-devel
@@ -254,6 +254,8 @@ Przewodniki i dokumentacja wprowadzająca do SystemTap.
 %{__autoconf}
 %{__autoheader}
 %{__automake}
+# dyninst requires C++11 mode
+CXXFLAGS="%{rpmcxxflags} -std=c++11"
 %configure \
        --disable-silent-rules \
        %{?with_crash:--enable-crash} \
This page took 0.160816 seconds and 4 git commands to generate.