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:
parent
f17ec53759
commit
8411466b2f
@ -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
|
||||||
|
|
||||||
|
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user