[packages/nghttp2] explicitly pass cython path
atler
atler at pld-linux.org
Sun Jul 18 19:17:49 CEST 2021
commit 76a36a9ff874e8052c0883ddedca26453affd3a9
Author: Jan Palus <atler at pld-linux.org>
Date: Sun Jul 18 19:12:52 2021 +0200
explicitly pass cython path
otherwise nghttp2 defaults to cython for python 2 or fails if it's
missing
nghttp2.spec | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/nghttp2.spec b/nghttp2.spec
index e6a1a46..99209d9 100644
--- a/nghttp2.spec
+++ b/nghttp2.spec
@@ -172,6 +172,7 @@ Statyczna biblioteka libnghttp2_asio.
--enable-python-bindings \
--disable-silent-rules \
%{!?with_static_libs:--disable-static} \
+ --with-cython=/usr/bin/cython3 \
--without-jemalloc
%{__make}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/nghttp2.git/commitdiff/73c10280141c5fcaaf4d03c8c73c9d5c2cc63916
More information about the pld-cvs-commit
mailing list