view qt/qtbase/patch-musl.patch @ 1229:1abfd089a15a

lib/expat: upgrade to 2.4.1
author David Demelier <markand@malikania.fr>
date Sat, 30 Oct 2021 09:53:01 +0200
parents c05fa46c5b62
children
line wrap: on
line source

--- mkspecs/linux-clang/qplatformdefs.h.orig	2019-07-30 17:34:42.611300313 +0200
+++ mkspecs/linux-clang/qplatformdefs.h	2019-07-30 17:41:01.299311946 +0200
@@ -80,12 +80,7 @@
 #include "../common/posix/qplatformdefs.h"
 
 #undef QT_SOCKLEN_T
-
-#if defined(__GLIBC__) && (__GLIBC__ >= 2)
 #define QT_SOCKLEN_T            socklen_t
-#else
-#define QT_SOCKLEN_T            int
-#endif
 
 #if defined(_XOPEN_SOURCE) && (_XOPEN_SOURCE >= 500)
 #define QT_SNPRINTF             ::snprintf