[packages/libcrypto++5.2] Fix applying patches.

arekm arekm at pld-linux.org
Tue Jul 15 00:46:15 CEST 2025


commit 83164061c34aecb2d56804e4bfe1c63c992daf71
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Tue Jul 15 00:45:59 2025 +0200

    Fix applying patches.

 libcrypto++5.2.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/libcrypto++5.2.spec b/libcrypto++5.2.spec
index 51d45c6..8fe8c22 100644
--- a/libcrypto++5.2.spec
+++ b/libcrypto++5.2.spec
@@ -76,7 +76,7 @@ Statyczna wersja biblioteki libcrypto++.
 %setup -q -c
 rm GNUmakefile
 dos2unix -q *.h *.cpp Doxyfile
-%patch0 -p1
+%patch -P0 -p1
 
 for a in debian/patches/*.dpatch; do
 	cat $a | patch -p1 || exit 1
@@ -84,7 +84,7 @@ done
 
 cp -a debian/{Makefile.am,config.h.in,configure.ac} .
 
-%patch1 -p1
+%patch -P1 -p1
 
 %build
 %{__libtoolize}
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libcrypto++5.2.git/commitdiff/83164061c34aecb2d56804e4bfe1c63c992daf71



More information about the pld-cvs-commit mailing list