From c0aefeba9764f8fc5e6e81049f116a15be484c35480697508f709e002783dd8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Li=C5=A1ka?= Date: Tue, 30 Oct 2018 19:09:37 +0000 Subject: [PATCH] Accepting request 645563 from home:michel_mno:branches:devel:libraries:c_c++ - Disable profiling on ppc until boo#1105633 get fixed because same jemalloc hung when build for ppc https://build.opensuse.org/package/live_build_log/openSUSE:Factory:PowerPC/jemalloc/standard/ppc OBS-URL: https://build.opensuse.org/request/show/645563 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/jemalloc?expand=0&rev=64 --- jemalloc.changes | 5 +++++ jemalloc.spec | 6 +++++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/jemalloc.changes b/jemalloc.changes index 56e374c..5909451 100644 --- a/jemalloc.changes +++ b/jemalloc.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Oct 30 15:44:20 UTC 2018 - Michel Normand + +- Disable profiling on ppc until boo#1105633 get fixed + ------------------------------------------------------------------- Sat Sep 29 09:27:31 UTC 2018 - Manu Maier diff --git a/jemalloc.spec b/jemalloc.spec index fa4f68e..e6ff39e 100644 --- a/jemalloc.spec +++ b/jemalloc.spec @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -85,7 +85,11 @@ fi --disable-thp \ --disable-prof %else + %ifarch ppc + --disable-prof + %else --enable-prof + %endif %endif make %{?_smp_mflags}