Accepting request 727112 from devel:libraries:c_c++
- Conditionally remove dependecy on jemalloc for SLE-12 OBS-URL: https://build.opensuse.org/request/show/727112 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nghttp2?expand=0&rev=60
This commit is contained in:
commit
c4bd12bf79
@ -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>
|
||||
|
||||
|
@ -60,8 +60,10 @@ BuildRequires: python3-Cython
|
||||
BuildRequires: python3-setuptools
|
||||
%endif
|
||||
%ifnarch ppc %{arm}
|
||||
%if 0%{?sle_version} >= 150000 && 0%{?is_opensuse}
|
||||
BuildRequires: pkgconfig(jemalloc)
|
||||
%endif
|
||||
%endif
|
||||
%if 0%{?suse_version} > 1325
|
||||
BuildRequires: libboost_system-devel
|
||||
BuildRequires: libboost_thread-devel
|
||||
|
Loading…
Reference in New Issue
Block a user