[packages/php-pecl-sasl] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 02:13:31 CEST 2025
commit 80274c488d98ee4862eb78e97ccdec06263e7743
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 02:13:15 2025 +0200
Fix applying patches.
php-pecl-sasl.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/php-pecl-sasl.spec b/php-pecl-sasl.spec
index cc7c5c2..1654d36 100644
--- a/php-pecl-sasl.spec
+++ b/php-pecl-sasl.spec
@@ -55,10 +55,10 @@ To rozszerzenie ma w PECL status: %{status}.
%prep
%setup -qc
mv %{modname}-*/* .
-%patch99 -p1
-%patch100 -p0
+%patch -P99 -p1
+%patch -P100 -p0
%if "%{_lib}" == "lib64"
-%patch1 -p1
+%patch -P1 -p1
%endif
%build
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/php-pecl-sasl.git/commitdiff/80274c488d98ee4862eb78e97ccdec06263e7743
More information about the pld-cvs-commit
mailing list