[packages/slirp] Fix applying patches.

arekm arekm at pld-linux.org
Tue Jul 15 03:00:45 CEST 2025


commit 668c3b997af7803977e85b5af3de7c144464f4da
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Tue Jul 15 03:00:30 2025 +0200

    Fix applying patches.

 slirp.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/slirp.spec b/slirp.spec
index 04305d3..336c59f 100644
--- a/slirp.spec
+++ b/slirp.spec
@@ -33,8 +33,8 @@ mv patch/README README-1.0.17
 cd src
 patch -p1 <../patch/fix17.patch
 cd ..
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
 
 %build
 cd src
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/slirp.git/commitdiff/668c3b997af7803977e85b5af3de7c144464f4da



More information about the pld-cvs-commit mailing list