[packages/libplist] explicitly pass proper cython path

atler atler at pld-linux.org
Thu Mar 31 22:22:20 CEST 2022


commit 581fecdd9ca79822e34e755ecf704fdf7ec857cb
Author: Jan Palus <atler at pld-linux.org>
Date:   Thu Mar 31 22:16:27 2022 +0200

    explicitly pass proper cython path

 libplist.spec | 2 ++
 1 file changed, 2 insertions(+)
---
diff --git a/libplist.spec b/libplist.spec
index 1b231b5..fdac979 100644
--- a/libplist.spec
+++ b/libplist.spec
@@ -160,6 +160,7 @@ touch cython/*.py[xh]
 install -d build
 cd build
 ../%configure \
+	ac_cv_path_CYTHON=/usr/bin/cython \
 	--disable-silent-rules \
 	%{!?with_static_libs:--disable-static} \
 	%{!?with_cython:--without-cython}
@@ -175,6 +176,7 @@ install -d build-py3
 cd build-py3
 ../%configure \
 	PYTHON=%{__python3} \
+	ac_cv_path_CYTHON=/usr/bin/cython3 \
 	--disable-silent-rules
 
 %{__make} -C cython \
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libplist.git/commitdiff/581fecdd9ca79822e34e755ecf704fdf7ec857cb



More information about the pld-cvs-commit mailing list