[packages/obexftp] pass PYTHON path explicitly
atler
atler at pld-linux.org
Sun Jun 30 15:15:23 CEST 2024
commit eb5da444da42d9542daa7f884dc6c392f424e2a5
Author: Jan Palus <atler at pld-linux.org>
Date: Sun Jun 30 14:31:02 2024 +0200
pass PYTHON path explicitly
obexftp.spec | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/obexftp.spec b/obexftp.spec
index 816614d..3f54a16 100644
--- a/obexftp.spec
+++ b/obexftp.spec
@@ -158,7 +158,9 @@ ln -sf ../../obexftp/.libs/libobexftp.so swig/ruby
%{__autoconf}
%{__autoheader}
%{__automake}
-%configure
+%configure \
+ PYTHON="%{__python}"
+
%{__make}
%install
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/obexftp.git/commitdiff/eb5da444da42d9542daa7f884dc6c392f424e2a5
More information about the pld-cvs-commit
mailing list