From 8411466b2f4c8bdc964ef5b7c373a930f6892b69513a786f8ee0d5cfe6d1a2df Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Mon, 9 Oct 2017 14:52:27 +0000 Subject: [PATCH] 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 --- nghttp2.changes | 5 +++++ nghttp2.spec | 2 ++ 2 files changed, 7 insertions(+) diff --git a/nghttp2.changes b/nghttp2.changes index 7c035da..2c4e865 100644 --- a/nghttp2.changes +++ b/nghttp2.changes @@ -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 diff --git a/nghttp2.spec b/nghttp2.spec index 17ff442..9f8cef4 100644 --- a/nghttp2.spec +++ b/nghttp2.spec @@ -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)