8
0
forked from pool/websocketpp

Accepting request 701832 from home:wolfi323:branches:devel:libraries:c_c++

- Add Replace-make_shared-with-new-in-some-cases.patch to fix
  incompatibilities with Boost 1.70.0 (boo#1134611)

OBS-URL: https://build.opensuse.org/request/show/701832
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/websocketpp?expand=0&rev=18
This commit is contained in:
Dominik Schmidt
2019-05-09 17:53:50 +00:00
committed by Git OBS Bridge
parent d52ca12cf8
commit c2a3d4a901
3 changed files with 113 additions and 0 deletions

View File

@@ -25,6 +25,8 @@ Group: Development/Libraries/C and C++
URL: http://www.zaphoyd.com/websocketpp
Source0: https://github.com/zaphoyd/websocketpp/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
Source1: websocketpp.pc
# PATCH-FIX-UPSTREAM -- https://github.com/zaphoyd/websocketpp/pull/814
Patch0: Replace-make_shared-with-new-in-some-cases.patch
BuildRequires: cmake >= 2.6
BuildRequires: gcc-c++
BuildRequires: pkgconfig
@@ -55,6 +57,7 @@ iostreams and one based on Boost Asio.
%prep
%setup -q
%patch0 -p1
%build
%if 0%{?suse_version} >= 1310