Hello community,

here is the log from the commit of package gperftools for openSUSE:Factory 
checked in at 2016-08-05 18:17:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gperftools (Old)
 and      /work/SRC/openSUSE:Factory/.gperftools.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gperftools"

Changes:
--------
--- /work/SRC/openSUSE:Factory/gperftools/gperftools.changes    2016-03-26 
15:27:24.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.gperftools.new/gperftools.changes       
2016-08-05 18:17:18.000000000 +0200
@@ -1,0 +2,5 @@
+Tue Aug  2 08:45:28 UTC 2016 - jsl...@suse.com
+
+- use valgrind from system, not the custom one
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ gperftools.spec ++++++
--- /var/tmp/diff_new_pack.zRbwC6/_old  2016-08-05 18:17:19.000000000 +0200
+++ /var/tmp/diff_new_pack.zRbwC6/_new  2016-08-05 18:17:19.000000000 +0200
@@ -32,6 +32,7 @@
 BuildRequires:  libtool
 BuildRequires:  libunwind-devel
 BuildRequires:  pkg-config
+BuildRequires:  valgrind-devel
 Provides:       google-perftools
 Obsoletes:      google-perftools
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -77,8 +78,10 @@
 
 %build
 autoreconf -fi
-export CXXFLAGS="%{optflags} -fno-strict-aliasing"
-export CFLAGS="%{optflags} -fno-strict-aliasing"
+VALGRIND_FL=`pkg-config --cflags valgrind`
+export CPPFLAGS="$VALGRIND_FL"
+export CXXFLAGS="%{optflags} -fno-strict-aliasing $VALGRIND_FL"
+export CFLAGS="%{optflags} -fno-strict-aliasing $VALGRIND_FL"
 %configure \
   --disable-static \
   --with-gnu-ld \


Reply via email to