[packages/hostapd] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 00:08:59 CEST 2025
commit 92edc7391c5cf99f57cbe6cf65b4f3035838d028
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 00:08:43 2025 +0200
Fix applying patches.
hostapd.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/hostapd.spec b/hostapd.spec
index f697e23..dbfa6cb 100644
--- a/hostapd.spec
+++ b/hostapd.spec
@@ -65,8 +65,8 @@ IBSS.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
%build
CFLAGS="%{rpmcflags} %{rpmcppflags}" \
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/hostapd.git/commitdiff/92edc7391c5cf99f57cbe6cf65b4f3035838d028
More information about the pld-cvs-commit
mailing list