[packages/swig] explicitly disable php when building without it

atler atler at pld-linux.org
Tue Jul 29 17:49:29 CEST 2025


commit 6a128d5317f35b83628af5d6a4577bf6fec95667
Author: Jan Palus <atler at pld-linux.org>
Date:   Tue Jul 29 17:11:34 2025 +0200

    explicitly disable php when building without it

 swig.spec | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/swig.spec b/swig.spec
index 264d89e..f9694ce 100644
--- a/swig.spec
+++ b/swig.spec
@@ -179,6 +179,7 @@ Moduł SWIG do generowania wiązań języka Tcl.
 %{__autoconf}
 %{__automake}
 %configure \
+	%{!?with_php:--without-php} \
 	%{!?with_python2:--without-python} \
 	%{!?with_python3:--without-python3}
 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/swig.git/commitdiff/d5613ca6b71ba181fb26d2d3f1bc73afb0ced800



More information about the pld-cvs-commit mailing list