[packages/openjdk10] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 01:44:39 CEST 2025
commit e9351a1e701ff0632e1e467d89b200ca61bf04c0
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 01:44:23 2025 +0200
Fix applying patches.
openjdk10.spec | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/openjdk10.spec b/openjdk10.spec
index 9a10a78..6f0387f 100644
--- a/openjdk10.spec
+++ b/openjdk10.spec
@@ -355,15 +355,15 @@ Przykłady dla OpenJDK.
%prep
%setup -qn jdk10u-jdk-%{ver_u}+%{ver_b}
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
%ifarch aarch64
-%patch3 -p1
+%patch -P3 -p1
%endif
-%patch4 -p1
-%patch5 -p1
-%patch6 -p1
+%patch -P4 -p1
+%patch -P5 -p1
+%patch -P6 -p1
%build
# Make sure we have /proc mounted - otherwise idlc will fail later.
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/openjdk10.git/commitdiff/e9351a1e701ff0632e1e467d89b200ca61bf04c0
More information about the pld-cvs-commit
mailing list