aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfred Persson Forsberg <cat@catcream.org>2022-07-26 21:48:58 +0200
committerAnthony G. Basile <blueness@gentoo.org>2022-07-27 09:56:02 -0400
commit4bd7c0fcdd99abfebf60726d3b3206916948e80e (patch)
treef2579f26de3946b7f3282e352d7f5ec4ed20667d
parentdev-qt/qtwebengine: Rename 'musl-hacks-ii' (diff)
downloadmusl-4bd7c0fcdd99abfebf60726d3b3206916948e80e.tar.gz
musl-4bd7c0fcdd99abfebf60726d3b3206916948e80e.tar.bz2
musl-4bd7c0fcdd99abfebf60726d3b3206916948e80e.zip
dev-qt/qtwebengine: Add links to msghdr patch
Signed-off-by: Alfred Persson Forsberg <cat@catcream.org> Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
-rw-r--r--dev-qt/qtwebengine/files/qtwebengine-5.15.5_p20220618-msghdr-padding-initlist.patch3
1 files changed, 3 insertions, 0 deletions
diff --git a/dev-qt/qtwebengine/files/qtwebengine-5.15.5_p20220618-msghdr-padding-initlist.patch b/dev-qt/qtwebengine/files/qtwebengine-5.15.5_p20220618-msghdr-padding-initlist.patch
index b54fcdf3..16158fd9 100644
--- a/dev-qt/qtwebengine/files/qtwebengine-5.15.5_p20220618-msghdr-padding-initlist.patch
+++ b/dev-qt/qtwebengine/files/qtwebengine-5.15.5_p20220618-msghdr-padding-initlist.patch
@@ -7,6 +7,9 @@ msghdr is defined with padding in musl libc. Using an initializer list
will set an int padding (5th element) to nullptr and break the build
because of implicit conversion error from ptr to int.
+https://git.musl-libc.org/cgit/musl/tree/include/sys/socket.h#n22
+https://sourceware.org/git/?p=glibc.git;a=blob;f=sysdeps/unix/sysv/linux/bits/socket.h;h=4f1f810ea1d9bf00ff428e4e7c49a52c71620775;hb=6488f4d00653b489e7969c0a489dc665c26514a8#l262
+
Signed-off-by: Alfred Persson Forsberg <cat@catcream.org>
---
.../chromium/net/socket/udp_socket_posix.cc | 14 ++++++++++++--