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}