Accepting request 639121 from home:mmanu84:branches:openSUSE:Factory:ARM

- Disable profiling on armv6 until boo#1105633 get fixed

OBS-URL: https://build.opensuse.org/request/show/639121
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/jemalloc?expand=0&rev=62
This commit is contained in:
Jan Engelhardt 2018-09-29 11:38:06 +00:00 committed by Git OBS Bridge
parent 9d0bf52d6a
commit 9f461e3f70
2 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sat Sep 29 09:27:31 UTC 2018 - Manu Maier <mmanu84@outlook.de>
- Disable profiling on armv6 until boo#1105633 get fixed
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Aug 22 13:48:06 UTC 2018 - guillaume.gardet@opensuse.org Wed Aug 22 13:48:06 UTC 2018 - guillaume.gardet@opensuse.org

View File

@ -83,8 +83,6 @@ fi
%configure \ %configure \
%ifarch %arm %ifarch %arm
--disable-thp \ --disable-thp \
%endif
%ifarch armv7l armv7hl
--disable-prof --disable-prof
%else %else
--enable-prof --enable-prof