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
This commit is contained in:
Martin Liška 2018-10-30 19:09:37 +00:00 committed by Git OBS Bridge
parent 9f461e3f70
commit c0aefeba97
2 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Oct 30 15:44:20 UTC 2018 - Michel Normand <normand@linux.vnet.ibm.com>
- Disable profiling on ppc until boo#1105633 get fixed
-------------------------------------------------------------------
Sat Sep 29 09:27:31 UTC 2018 - Manu Maier <mmanu84@outlook.de>

View File

@ -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}