[packages/cross-binutils] Fix applying patches.
arekm
arekm at pld-linux.org
Mon Jul 14 23:06:07 CEST 2025
commit fed0c7cf5b5028f6a52d715ea2aa2356ab46f6c5
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 23:05:52 2025 +0200
Fix applying patches.
cross-binutils.spec | 28 ++++++++++++++--------------
1 file changed, 14 insertions(+), 14 deletions(-)
---
diff --git a/cross-binutils.spec b/cross-binutils.spec
index 9936864..3dff049 100644
--- a/cross-binutils.spec
+++ b/cross-binutils.spec
@@ -185,24 +185,24 @@ Cross-build binary image generation, manipulation and query tools. \
cd %{srcdir}
%if 1
#%patch00 -p1 -b .latest-git~
-%patch01 -p1
-%patch02 -p1
+%patch -P01 -p1
+%patch -P02 -p1
%ifarch ia64
%if "%{_lib}" == "lib64"
-%patch03 -p1
+%patch -P03 -p1
%endif
%endif
-%patch04 -p1
-%patch05 -p1
-%patch06 -p1
-%patch07 -p1
-%patch08 -p1
-%patch09 -p1
-%patch10 -p1
-%patch11 -p1
-%patch12 -p1
-%patch13 -p1
-%patch14 -p1
+%patch -P04 -p1
+%patch -P05 -p1
+%patch -P06 -p1
+%patch -P07 -p1
+%patch -P08 -p1
+%patch -P09 -p1
+%patch -P10 -p1
+%patch -P11 -p1
+%patch -P12 -p1
+%patch -P13 -p1
+%patch -P14 -p1
%endif
# We cannot run autotools as there is an exact requirement of autoconf-2.59.
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/cross-binutils.git/commitdiff/fed0c7cf5b5028f6a52d715ea2aa2356ab46f6c5
More information about the pld-cvs-commit
mailing list