Accepting request 667000 from home:scarabeus_iv:branches:devel:libraries:c_c++

OBS-URL: https://build.opensuse.org/request/show/667000
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/nghttp2?expand=0&rev=91
This commit is contained in:
Martin Pluskal
2019-01-18 14:47:29 +00:00
committed by Git OBS Bridge
parent 61738b6991
commit 437f3f5ac0

View File

@@ -136,8 +136,12 @@ HTTP/2 client, server and proxy.
sed -i -e 's:#!%{_bindir}/env python:#!%{_bindir}/python3:g' script/fetch-ocsp-response
%build
autoreconf -fiv
%if %{with python}
export PYTHON=%{_bindir}/python3
%else
sed -i -e '/AM_PATH_PYTHON([2.7],, [:]) /d' configure.ac
%endif
autoreconf -fiv
%configure \
--disable-static \
--disable-silent-rules \