Accepting request 630930 from devel:libraries:c_c++

OBS-URL: https://build.opensuse.org/request/show/630930
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/jemalloc?expand=0&rev=26
This commit is contained in:
Dominique Leuenberger 2018-08-28 07:23:21 +00:00 committed by Git OBS Bridge
commit a2ea453c2a
2 changed files with 9 additions and 0 deletions

View File

@ -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 Thu May 10 08:51:13 UTC 2018 - mliska@suse.cz

View File

@ -84,7 +84,11 @@ fi
%ifarch %arm %ifarch %arm
--disable-thp \ --disable-thp \
%endif %endif
%ifarch armv7l armv7hl
--disable-prof
%else
--enable-prof --enable-prof
%endif
make %{?_smp_mflags} make %{?_smp_mflags}