- Conditionally remove dependecy on jemalloc for SLE-12

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/nghttp2?expand=0&rev=97
This commit is contained in:
Martin Pluskal 2019-08-30 02:46:15 +00:00 committed by Git OBS Bridge
parent dc40b8ad08
commit b04296da42
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Aug 30 02:45:32 UTC 2019 - Martin Pluskal <mpluskal@suse.com>
- Conditionally remove dependecy on jemalloc for SLE-12
-------------------------------------------------------------------
Mon Aug 19 12:27:38 UTC 2019 - Martin Pluskal <mpluskal@suse.com>

View File

@ -60,8 +60,10 @@ BuildRequires: python3-Cython
BuildRequires: python3-setuptools
%endif
%ifnarch ppc %{arm}
%if 0%{?sle_version} >= 150000
BuildRequires: pkgconfig(jemalloc)
%endif
%endif
%if 0%{?suse_version} > 1325
BuildRequires: libboost_system-devel
BuildRequires: libboost_thread-devel