SHA256
1
0
forked from pool/nghttp2

Accepting request 532797 from home:Andreas_Schwab:Factory

- Don't use jemalloc on ppc or %arm, where it is broken.

OBS-URL: https://build.opensuse.org/request/show/532797
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/nghttp2?expand=0&rev=72
This commit is contained in:
Martin Pluskal 2017-10-09 14:52:27 +00:00 committed by Git OBS Bridge
parent f17ec53759
commit 8411466b2f
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Oct 9 10:14:26 UTC 2017 - schwab@suse.de
- Don't use jemalloc on ppc or %arm, where it is broken.
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Aug 28 10:58:52 UTC 2017 - mpluskal@suse.com Mon Aug 28 10:58:52 UTC 2017 - mpluskal@suse.com

View File

@ -40,7 +40,9 @@ BuildRequires: python-Cython
BuildRequires: python-setuptools BuildRequires: python-setuptools
BuildRequires: pkgconfig(cunit) BuildRequires: pkgconfig(cunit)
BuildRequires: pkgconfig(jansson) BuildRequires: pkgconfig(jansson)
%ifnarch ppc %arm
BuildRequires: pkgconfig(jemalloc) BuildRequires: pkgconfig(jemalloc)
%endif
BuildRequires: pkgconfig(libcares) BuildRequires: pkgconfig(libcares)
BuildRequires: pkgconfig(libev) BuildRequires: pkgconfig(libev)
BuildRequires: pkgconfig(libspdylay) BuildRequires: pkgconfig(libspdylay)