From c3b55a6be7da027d97d8aef00ef88c3011121a42 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 31 Aug 2022 10:50:20 +0100 Subject: gentoo auto-resync : 31:08:2022 - 10:50:20 --- net-misc/udpcast/files/udpcast-20211207-musl.patch | 33 ++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 net-misc/udpcast/files/udpcast-20211207-musl.patch (limited to 'net-misc/udpcast/files') diff --git a/net-misc/udpcast/files/udpcast-20211207-musl.patch b/net-misc/udpcast/files/udpcast-20211207-musl.patch new file mode 100644 index 000000000000..9b0aaae59032 --- /dev/null +++ b/net-misc/udpcast/files/udpcast-20211207-musl.patch @@ -0,0 +1,33 @@ +https://git.busybox.net/buildroot/tree/package/udpcast/0001-fix-musl-build.patch?id=8d7be66f70cccbaf61e5cb6b2414b9d9ce162f48 + +fix musl build + +Fix the following musl build failure: + +receivedata.c: In function 'findSlice': +receivedata.c:348:2: error: unknown type name 'ptrdiff_t' + 348 | ptrdiff_t pos = slice - clst->slices; + | ^~~~~~~~~ +receivedata.c:17:1: note: 'ptrdiff_t' is defined in header ''; did you forget to '#include '? + 16 | #include "fec.h" + +++ |+#include + 17 | + +Fixes: + - http://autobuild.buildroot.org/results/30208c6f175967fed6de690447a09e0c86547b24 + +Signed-off-by: Fabrice Fontaine +[Upstream status: +https://udpcast.linux.lu/mailman3/hyperkitty/list/udpcast@udpcast.linux.lu/thread/4MBES2CPUSUNIZTC7NXCQYS2GAE4DQSG/] + +--- a/receivedata.c ++++ b/receivedata.c +@@ -1,6 +1,7 @@ + #include + #include + #include ++#include + #include + #include + #include + -- cgit v1.2.3