void-packages/srcpkgs/qt5/patches/qt-musl-set_thread_name_np.patch
Juergen Buchmueller ccdcad45ca qt5: update to 5.7.1
Important changes: qt5-enginio and qt5-enginio-devel are gone.
qt5-plugin-gtk is gone. New submodules are qt5-charts, qt5-datavis3d,
qt5-gamepad, qt5-scxml and qt5-virtualkeyboard.

Packages which require updates: python-PyQt5, qtcreator-full
2016-12-22 10:45:30 +01:00

11 lines
553 B
Diff

--- qtwebengine/src/3rdparty/chromium/third_party/usrsctp/usrsctplib/usrsctplib/netinet/sctp_userspace.c 2016-11-07 15:46:18.000000000 +0100
+++ qtwebengine/src/3rdparty/chromium/third_party/usrsctp/usrsctplib/usrsctplib/netinet/sctp_userspace.c 2016-12-20 07:41:38.408483734 +0100
@@ -71,7 +71,7 @@
#if defined(__Userspace_os_Darwin)
pthread_setname_np(name);
#endif
-#if defined(__Userspace_os_Linux)
+#if defined(__Userspace_os_Linux) && defined(__GLIBC__)
pthread_setname_np(pthread_self(), name);
#endif
#if defined(__Userspace_os_FreeBSD)