From 9d0bf52d6acf1313493e0ca144d271652e8786662247c9a6d1d9bc1e6ab3c21f Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Wed, 22 Aug 2018 14:07:30 +0000 Subject: [PATCH] Accepting request 630928 from home:Guillaume_G:branches:devel:libraries:c_c++ - Disable profiling on armv7 until boo#1105633 get fixed OBS-URL: https://build.opensuse.org/request/show/630928 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/jemalloc?expand=0&rev=60 --- jemalloc.changes | 5 +++++ jemalloc.spec | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/jemalloc.changes b/jemalloc.changes index 9ac6cb3..1e45495 100644 --- a/jemalloc.changes +++ b/jemalloc.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Aug 22 13:48:06 UTC 2018 - guillaume.gardet@opensuse.org + +- Disable profiling on armv7 until boo#1105633 get fixed + ------------------------------------------------------------------- Thu May 10 08:51:13 UTC 2018 - mliska@suse.cz diff --git a/jemalloc.spec b/jemalloc.spec index 60b7ee8..9c0c91b 100644 --- a/jemalloc.spec +++ b/jemalloc.spec @@ -84,7 +84,11 @@ fi %ifarch %arm --disable-thp \ %endif +%ifarch armv7l armv7hl + --disable-prof +%else --enable-prof +%endif make %{?_smp_mflags}