Resolves: #1772462 - enable use of libxml2 to make nghttp --get-assets
work
This commit is contained in:
parent
4005c013f6
commit
306b542c95
@ -1,7 +1,7 @@
|
||||
Summary: Experimental HTTP/2 client, server and proxy
|
||||
Name: nghttp2
|
||||
Version: 1.39.2
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
License: MIT
|
||||
URL: https://nghttp2.org/
|
||||
Source0: https://github.com/tatsuhiro-t/nghttp2/releases/download/v%{version}/nghttp2-%{version}.tar.xz
|
||||
@ -10,6 +10,7 @@ BuildRequires: CUnit-devel
|
||||
BuildRequires: c-ares-devel
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: libev-devel
|
||||
BuildRequires: libxml2-devel
|
||||
BuildRequires: openssl-devel
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: systemd-devel
|
||||
@ -51,7 +52,7 @@ sed -e '1 s|^#!/.*python|&3|' -i script/fetch-ocsp-response
|
||||
--disable-hpack-tools \
|
||||
--disable-python-bindings \
|
||||
--disable-static \
|
||||
--without-libxml2 \
|
||||
--with-libxml2 \
|
||||
--without-spdylay
|
||||
|
||||
# avoid using rpath
|
||||
@ -113,6 +114,9 @@ make %{?_smp_mflags} check
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Nov 14 2019 Kamil Dudka <kdudka@redhat.com> 1.39.2-2
|
||||
- enable use of libxml2 to make `nghttp --get-assets` work (#1772462)
|
||||
|
||||
* Wed Aug 14 2019 Kamil Dudka <kdudka@redhat.com> 1.39.2-1
|
||||
- update to the latest upstream release
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user