[packages/openssl102] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 01:46:46 CEST 2025
commit 11a869a49dbf876ddb8afd61434d20365f688a72
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 01:46:30 2025 +0200
Fix applying patches.
openssl102.spec | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)
---
diff --git a/openssl102.spec b/openssl102.spec
index c027845..f1600f9 100644
--- a/openssl102.spec
+++ b/openssl102.spec
@@ -269,17 +269,17 @@ mv %{orgname}-OpenSSL_1_0_2-stable/* .
%else
%setup -q -n %{orgname}-%{version}
%endif
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
-%patch5 -p1
-%patch6 -p1
-%patch7 -p1
-%patch8 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
+%patch -P3 -p1
+%patch -P4 -p1
+%patch -P5 -p1
+%patch -P6 -p1
+%patch -P7 -p1
+%patch -P8 -p1
%ifarch x32
-%patch10 -p1
+%patch -P10 -p1
%endif
sed -i -e 's|\$prefix/\$libdir/engines|/%{_lib}/engines|g' Configure
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/openssl102.git/commitdiff/11a869a49dbf876ddb8afd61434d20365f688a72
More information about the pld-cvs-commit
mailing list