Hello community,

here is the log from the commit of package benchmark for openSUSE:Factory 
checked in at 2016-07-05 09:52:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/benchmark (Old)
 and      /work/SRC/openSUSE:Factory/.benchmark.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "benchmark"

Changes:
--------
--- /work/SRC/openSUSE:Factory/benchmark/benchmark.changes      2016-06-09 
16:08:01.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.benchmark.new/benchmark.changes 2016-07-05 
09:52:51.000000000 +0200
@@ -1,0 +2,5 @@
+Mon Jul  4 09:24:59 UTC 2016 - mplus...@suse.com
+
+- Disable lto as it does not seem to go well with -fPIE
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ benchmark.spec ++++++
--- /var/tmp/diff_new_pack.lHCBDO/_old  2016-07-05 09:52:52.000000000 +0200
+++ /var/tmp/diff_new_pack.lHCBDO/_new  2016-07-05 09:52:52.000000000 +0200
@@ -27,8 +27,8 @@
 Url:            https://github.com/google/benchmark
 Source:         
https://github.com/google/benchmark/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
 BuildRequires:  cmake
-BuildRequires:  git-core
 BuildRequires:  gcc-c++
+BuildRequires:  git-core
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -57,7 +57,7 @@
 sed -i "s|LIBRARY DESTINATION lib|LIBRARY DESTINATION lib64|g" 
src/CMakeLists.txt
 %endif
 %cmake \
-  -DBENCHMARK_ENABLE_LTO=true \
+  -DBENCHMARK_ENABLE_LTO=off \
   -DBENCHMARK_ENABLE_TESTING=true \
   -DCMAKE_BUILD_TYPE=RelWithDebInfo
 make %{?_smp_mflags}


Reply via email to