[packages/yassl] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 10:25:23 CEST 2025
commit fd23df7a0f0de245d5c61e597806f0cf2ffbf70f
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 03:31:23 2025 +0200
Fix applying patches.
yassl.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/yassl.spec b/yassl.spec
index 3474550..a45c368 100644
--- a/yassl.spec
+++ b/yassl.spec
@@ -66,7 +66,7 @@ Statyczna biblioteka yaSSL.
# undos the source
find '(' -name '*.am' -o -name '*.in' ')' -print0 | xargs -0 sed -i -e 's,\r$,,'
-%patch0 -p1
+%patch -P0 -p1
mkdir -p m4
cp -a %{SOURCE1} m4
cp -a %{SOURCE2} m4
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/yassl.git/commitdiff/fd23df7a0f0de245d5c61e597806f0cf2ffbf70f
More information about the pld-cvs-commit
mailing list