[packages/ming] pass PYTHON path explicitly
atler
atler at pld-linux.org
Sun Jun 30 15:11:37 CEST 2024
commit ae21e97b23dc6afae870f13ed8ff89df3d5e18fd
Author: Jan Palus <atler at pld-linux.org>
Date: Sun Jun 30 14:26:27 2024 +0200
pass PYTHON path explicitly
ming.spec | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/ming.spec b/ming.spec
index 611e5cb..d7b413e 100644
--- a/ming.spec
+++ b/ming.spec
@@ -181,6 +181,7 @@ Interfejs Tcl do biblioteki Ming generującej pliki SWF.
%{__autoheader}
%{__automake}
%configure \
+ PYTHON="%{__python}" \
--enable-perl \
%{?with_php:--enable-php} \
--enable-python \
@@ -205,7 +206,7 @@ cd rb_ext
ln -sf ../src/.libs/libming.so .
ruby extconf.rb \
--with-ming-include=../src \
- --with-ming-lib=../src/.libs
+ --with-ming-lib=../src/.libs
%{__make} \
CC="%{__cc}" \
optflags="%{rpmcflags}"
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/ming.git/commitdiff/ae21e97b23dc6afae870f13ed8ff89df3d5e18fd
More information about the pld-cvs-commit
mailing list