[packages/mongoose] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 01:22:05 CEST 2025
commit c0cd8563825bcb83f44f9ec4c6935b478eed32d2
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 01:21:49 2025 +0200
Fix applying patches.
mongoose.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/mongoose.spec b/mongoose.spec
index 3efa26d..496e8ae 100644
--- a/mongoose.spec
+++ b/mongoose.spec
@@ -48,8 +48,8 @@ comprisable header file.
%prep
%setup -q -n %{name}
-%patch0 -p1 -b .solib-build
-%patch1 -p1 -b .nossldl-build
+%patch -P0 -p1 -b .solib-build
+%patch -P1 -p1 -b .nossldl-build
install -p -m 0644 %{SOURCE1} .
%build
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/mongoose.git/commitdiff/c0cd8563825bcb83f44f9ec4c6935b478eed32d2
More information about the pld-cvs-commit
mailing list