forked from pool/nghttp2
Accepting request 556025 from home:dimstar:Factory
- Export PYTHON=/usr/bin/python3 before running configure: allow to build without (comnplete) python2 in the buildroot. In any case we only ship python3-bindings already. Happens to also fix build in Staging_A, where rpm is being reworked (also python bindings) OBS-URL: https://build.opensuse.org/request/show/556025 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/nghttp2?expand=0&rev=79
This commit is contained in:
parent
648a46e6be
commit
e7984034ac
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Dec 11 16:53:16 UTC 2017 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Export PYTHON=/usr/bin/python3 before running configure: allow to
|
||||||
|
build without (comnplete) python2 in the buildroot. In any case
|
||||||
|
we only ship python3-bindings already.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Dec 6 16:35:46 UTC 2017 - mpluskal@suse.com
|
Wed Dec 6 16:35:46 UTC 2017 - mpluskal@suse.com
|
||||||
|
|
||||||
|
@ -124,6 +124,7 @@ HTTP/2 client, server and proxy.
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
autoreconf -fiv
|
autoreconf -fiv
|
||||||
|
export PYTHON=%{_bindir}/python3
|
||||||
%configure \
|
%configure \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
--disable-silent-rules \
|
--disable-silent-rules \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user