Accepting request 356634 from openSUSE:Factory:Staging:Gcc6

- Add nghttp2-c++14.patch to properly guard make_unique templates.
  [bsc#964140]

OBS-URL: https://build.opensuse.org/request/show/356634
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/nghttp2?expand=0&rev=49
This commit is contained in:
Martin Pluskal
2016-01-29 09:07:25 +00:00
committed by Git OBS Bridge
parent b6a659ca54
commit fb98a26132
3 changed files with 29 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package nghttp2
#
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -31,6 +31,7 @@ Source: https://github.com/tatsuhiro-t/%{name}/releases/download/v%{vers
Source1: baselibs.conf
# PATCH-FIX-OPENSUSE nghttp2-remove-python-build.patch
Patch0: %{name}-remove-python-build.patch
Patch1: %{name}-c++14.patch
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: boost-devel
@@ -114,6 +115,7 @@ HTTP/2 client, server and proxy.
%prep
%setup -q
%patch0 -p1
%patch1
%build
autoreconf -fiv