From 13968119ade78c90ec0797471bc7689c26774ab4 Mon Sep 17 00:00:00 2001 From: Kamil Dudka Date: Wed, 27 Jan 2016 17:44:34 +0100 Subject: [PATCH] make the package build on Fedora when libev-devel is installed --- nghttp2.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/nghttp2.spec b/nghttp2.spec index 8085532..a43082c 100644 --- a/nghttp2.spec +++ b/nghttp2.spec @@ -1,7 +1,7 @@ Summary: Meta-package that only requires libnghttp2 Name: nghttp2 Version: 1.6.0 -Release: 1%{?dist}.1 +Release: 1%{?dist}.2 License: MIT Group: Applications/Internet URL: https://nghttp2.org/ @@ -42,6 +42,7 @@ for building applications with libnghttp2. %build %configure \ + --disable-app \ --disable-python-bindings \ --disable-static \ --without-libxml2 \ @@ -94,6 +95,9 @@ make %{?_smp_mflags} check %changelog +* Wed Jan 27 2016 Kamil Dudka 1.6.0-1.el6.2 +- make the package build on Fedora when libev-devel is installed + * Mon Jan 04 2016 Kamil Dudka 1.6.0-1.el6.1 - make the package build on RHEL-6 (libnghttp2 only)