Accepting request 645590 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/645590 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/jemalloc?expand=0&rev=28
This commit is contained in:
commit
5534b4bbd9
@ -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>
|
Sat Sep 29 09:27:31 UTC 2018 - Manu Maier <mmanu84@outlook.de>
|
||||||
|
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# 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-thp \
|
||||||
--disable-prof
|
--disable-prof
|
||||||
%else
|
%else
|
||||||
|
%ifarch ppc
|
||||||
|
--disable-prof
|
||||||
|
%else
|
||||||
--enable-prof
|
--enable-prof
|
||||||
|
%endif
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
Loading…
Reference in New Issue
Block a user