forked from buildroot/buildroot
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
package/udpcast: update the patches to be applied with fuzz 0
Commit 8f88a64 ("support/scripts/apply-patches.sh: set the maximum fuzz factor to 0") reduced the fuzz factor. Due to this change, udpcast fails to build with output: Applying 0001-fix-musl-build.patch using patch: patching file receivedata.c Hunk #1 FAILED at 1. 1 out of 1 hunk FAILED -- saving rejects to file receivedata.c.rej This commit refreshes the package patch on the current package version. Signed-off-by: Dario Binacchi <[email protected]> Signed-off-by: Romain Naour <[email protected]>
- Loading branch information
1 parent
b162aab
commit 4309211
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,8 +15,9 @@ Fixes: | |
- http://autobuild.buildroot.org/results/30208c6f175967fed6de690447a09e0c86547b24 | ||
|
||
Signed-off-by: Fabrice Fontaine <[email protected]> | ||
[Upstream status: | ||
https://udpcast.linux.lu/mailman3/hyperkitty/list/[email protected]/thread/4MBES2CPUSUNIZTC7NXCQYS2GAE4DQSG/] | ||
Upstream: https://udpcast.linux.lu/mailman3/hyperkitty/list/[email protected]/thread/4MBES2CPUSUNIZTC7NXCQYS2GAE4DQSG/ | ||
[Dario: make the patch to be applied with fuzz factor 0] | ||
Signed-off-by: Dario Binacchi <[email protected]> | ||
|
||
diff '--color=auto' -Nura udpcast-20211207.orig/receivedata.c udpcast-20211207/receivedata.c | ||
--- udpcast-20211207.orig/receivedata.c 2022-08-13 21:48:06.226588614 +0200 | ||
|
@@ -27,5 +28,5 @@ diff '--color=auto' -Nura udpcast-20211207.orig/receivedata.c udpcast-20211207/r | |
#include <unistd.h> | ||
+#include <stddef.h> | ||
#include <stdlib.h> | ||
#include <sys/time.h> | ||
#include <errno.h> | ||
|