commit: 4bd7c0fcdd99abfebf60726d3b3206916948e80e Author: Alfred Persson Forsberg <cat <AT> catcream <DOT> org> AuthorDate: Tue Jul 26 19:48:58 2022 +0000 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org> CommitDate: Wed Jul 27 13:56:02 2022 +0000 URL: https://gitweb.gentoo.org/proj/musl.git/commit/?id=4bd7c0fc
dev-qt/qtwebengine: Add links to msghdr patch Signed-off-by: Alfred Persson Forsberg <cat <AT> catcream.org> Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org> .../files/qtwebengine-5.15.5_p20220618-msghdr-padding-initlist.patch | 3 +++ 1 file changed, 3 insertions(+) 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 <[email protected]> --- .../chromium/net/socket/udp_socket_posix.cc | 14 ++++++++++++--
