forked from pool/nghttp2
Accepting request 532804 from devel:libraries:c_c++
1 OBS-URL: https://build.opensuse.org/request/show/532804 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nghttp2?expand=0&rev=45
This commit is contained in:
commit
4727570423
@ -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
|
||||
|
||||
|
@ -40,7 +40,9 @@ BuildRequires: python-Cython
|
||||
BuildRequires: python-setuptools
|
||||
BuildRequires: pkgconfig(cunit)
|
||||
BuildRequires: pkgconfig(jansson)
|
||||
%ifnarch ppc %arm
|
||||
BuildRequires: pkgconfig(jemalloc)
|
||||
%endif
|
||||
BuildRequires: pkgconfig(libcares)
|
||||
BuildRequires: pkgconfig(libev)
|
||||
BuildRequires: pkgconfig(libspdylay)
|
||||
|
Loading…
x
Reference in New Issue
Block a user