[packages/pdflib-lite] pass PYTHONBIN path explicitly
atler
atler at pld-linux.org
Sun Jun 30 15:29:27 CEST 2024
commit 50611690f51f5d18bc8df2ad5eb96610346923cb
Author: Jan Palus <atler at pld-linux.org>
Date: Sun Jun 30 14:46:21 2024 +0200
pass PYTHONBIN path explicitly
pdflib-lite.spec | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/pdflib-lite.spec b/pdflib-lite.spec
index 37b972e..3ae64b3 100644
--- a/pdflib-lite.spec
+++ b/pdflib-lite.spec
@@ -1,7 +1,7 @@
# TODO: php, ruby
#
# Conditional build:
-%bcond_without static_libs # static library
+%bcond_without static_libs # static libraries
%bcond_without cxx # C++ binding
%bcond_without java # Java binding
%bcond_without perl # Perl binding
@@ -249,6 +249,7 @@ Wiązania Tcl-a do biblioteki PDFlib Lite.
%{__aclocal} --output config/aclocal.m4
%{__autoconf}
%configure \
+ PYTHONBIN="%{__python}" \
%{!?with_cxx:--disable-cxx} \
%{!?with_static_libs:--disable-static} \
--with-java=%{?with_java:%{java_home}}%{!?with_java:no} \
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/pdflib-lite.git/commitdiff/50611690f51f5d18bc8df2ad5eb96610346923cb
More information about the pld-cvs-commit
mailing list