SHA256
8
0
forked from pool/cpprest

Accepting request 704252 from home:cgiboudeaux:branches:devel:libraries:c_c++

- Add the missing zlib requirement.

OBS-URL: https://build.opensuse.org/request/show/704252
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/cpprest?expand=0&rev=41
This commit is contained in:
2019-05-21 08:23:09 +00:00
committed by Git OBS Bridge
parent 3611eb02e9
commit f2f633a043
2 changed files with 6 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon May 20 12:52:29 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr>
- Add the missing zlib requirement.
-------------------------------------------------------------------
Sat Apr 27 18:43:50 UTC 2019 - Andreas Stieger <andreas.stieger@gmx.de>

View File

@@ -36,6 +36,7 @@ BuildRequires: cmake >= 3.0
BuildRequires: gcc-c++
BuildRequires: openssl-devel >= 1.0
BuildRequires: pkgconfig(websocketpp) >= 0.8
BuildRequires: pkgconfig(zlib)
%if 0%{?suse_version} > 1325
BuildRequires: libboost_atomic-devel
BuildRequires: libboost_filesystem-devel