[packages/libhttpd] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 00:51:27 CEST 2025
commit a637787a3e487e47b5d1d0686734b2e4571c5118
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 00:51:12 2025 +0200
Fix applying patches.
libhttpd.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/libhttpd.spec b/libhttpd.spec
index a6b3fc7..243af5a 100644
--- a/libhttpd.spec
+++ b/libhttpd.spec
@@ -24,8 +24,8 @@ nieblokującymi dla daapd.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
%build
%{__autoconf}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/libhttpd.git/commitdiff/a637787a3e487e47b5d1d0686734b2e4571c5118
More information about the pld-cvs-commit
mailing list