c0506fae37
+ Remove obsolete patches/qt-musl-rtld_deepbind.patch + Remove some obsolete sections from patches/fix-execinfo.patch + Add some new sections to above + Modify the patches/qt-musl-pthread_getattr_np.patch for changed source files + Fix some openssl vs. libressl things with patches/libressl-compat.patch + Add some newly required entries to common/shlibs + Add makedepends for libinput-devel and libproxy-devel
13 lines
445 B
Diff
13 lines
445 B
Diff
Fix a warning issued by musl libc headers
|
|
|
|
--- qtwebengine/src/3rdparty/chromium/base/files/file_util_posix.cc 2015-02-17 05:57:34.000000000 +0100
|
|
+++ qtwebengine/src/3rdparty/chromium/base/files/file_util_posix.cc 2015-06-05 12:20:48.831848404 +0200
|
|
@@ -12,7 +12,7 @@
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
#include <string.h>
|
|
-#include <sys/errno.h>
|
|
+#include <errno.h>
|
|
#include <sys/mman.h>
|
|
#include <sys/param.h>
|
|
#include <sys/stat.h>
|