[packages/php] Rel 3; fix path in phpize on x32
arekm
arekm at pld-linux.org
Thu Jan 29 15:59:55 CET 2026
commit 6f8e5c50d53e546779cfedb64914c2811393f9a0
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Thu Jan 29 15:59:44 2026 +0100
Rel 3; fix path in phpize on x32
php.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/php.spec b/php.spec
index 1b1660c..39e3667 100644
--- a/php.spec
+++ b/php.spec
@@ -130,7 +130,7 @@
%define ver_suffix 85
%define php_suffix %{!?with_default_php:%{ver_suffix}}
%define subver %{nil}
-%define rel 2
+%define rel 3
Summary: PHP: Hypertext Preprocessor
Summary(fr.UTF-8): Le langage de script embarque-HTML PHP
Summary(pl.UTF-8): Język skryptowy PHP
@@ -2390,7 +2390,7 @@ cp -p %{_sourcedir}/opcache.ini $RPM_BUILD_ROOT%{_sysconfdir}/conf.d
# for CLI SAPI only
%{__mv} $RPM_BUILD_ROOT%{_sysconfdir}/{conf.d/??_readline.ini,cli.d}
-sed -i -e '/^phpdir/ s,/php/build,/%{name}/build,' $RPM_BUILD_ROOT%{_bindir}/phpize
+sed -i -e 's#^phpdir=.*#phpdir=%{_libdir}/%{name}/build#' $RPM_BUILD_ROOT%{_bindir}/phpize
# for php-pecl-mailparse
install -d $RPM_BUILD_ROOT%{_includedir}/php/ext/mbstring
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/php.git/commitdiff/6f8e5c50d53e546779cfedb64914c2811393f9a0
More information about the pld-cvs-commit
mailing list