summaryrefslogtreecommitdiff
path: root/repo/qt5-qtwebengine/fix-strncpy-error.patch
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2022-07-15 00:52:21 +0100
committerdavidovski <david@davidovski.xyz>2022-07-15 00:52:21 +0100
commit9a26d3fdc7fca2df6f824b56034ab9a823e898d8 (patch)
tree278bbf05c72536a30e701eebbd3546ba137543e7 /repo/qt5-qtwebengine/fix-strncpy-error.patch
parentf6332a43c35387c4a2dea1746be5fd092890ae0e (diff)
added python deps for libvirt
Diffstat (limited to 'repo/qt5-qtwebengine/fix-strncpy-error.patch')
-rw-r--r--repo/qt5-qtwebengine/fix-strncpy-error.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/repo/qt5-qtwebengine/fix-strncpy-error.patch b/repo/qt5-qtwebengine/fix-strncpy-error.patch
new file mode 100644
index 0000000..11294de
--- /dev/null
+++ b/repo/qt5-qtwebengine/fix-strncpy-error.patch
@@ -0,0 +1,10 @@
+--- build/src/3rdparty/chromium/mojo/public/cpp/platform/named_platform_channel_posix.cc 2022-07-07 22:23:50.602954227 +0100
++++ build2/src/3rdparty/chromium/mojo/public/cpp/platform/named_platform_channel_posix.cc 2022-07-11 12:57:26.005060552 +0100
+@@ -8,6 +8,7 @@
+ #include <sys/socket.h>
+ #include <sys/un.h>
+ #include <unistd.h>
++#include <cstring>
+
+ #include "base/files/file_util.h"
+ #include "base/files/scoped_file.h"