aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfred Persson Forsberg <cat@catcream.org>2022-07-21 22:04:30 +0200
committerAnthony G. Basile <blueness@gentoo.org>2022-07-22 16:19:12 -0400
commit08cbb8e20933a57164fe7bbaa255c20aa63f6008 (patch)
treebdb79469b918a86ca9b7a0024b1fc66547da6c75
parentdev-qt/qtwebengine: comment on musl-sandbox (diff)
downloadmusl-08cbb8e20933a57164fe7bbaa255c20aa63f6008.tar.gz
musl-08cbb8e20933a57164fe7bbaa255c20aa63f6008.tar.bz2
musl-08cbb8e20933a57164fe7bbaa255c20aa63f6008.zip
dev-qt/qtwebengine: comment mallinfo patch
Signed-off-by: Alfred Persson Forsberg <cat@catcream.org> Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
-rw-r--r--dev-qt/qtwebengine/files/qtwebengine-5.15.5_p20220618-musl-mallinfo.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-qt/qtwebengine/files/qtwebengine-5.15.5_p20220618-musl-mallinfo.patch b/dev-qt/qtwebengine/files/qtwebengine-5.15.5_p20220618-musl-mallinfo.patch
index 5895f314..eea2db90 100644
--- a/dev-qt/qtwebengine/files/qtwebengine-5.15.5_p20220618-musl-mallinfo.patch
+++ b/dev-qt/qtwebengine/files/qtwebengine-5.15.5_p20220618-musl-mallinfo.patch
@@ -1,7 +1,7 @@
-From 95c68a3b5f3bfe018bc38b7e138d47d21cd7e288 Mon Sep 17 00:00:00 2001
-From: Your Name <you@example.com>
-Date: Mon, 18 Jul 2022 22:56:44 +0200
-Subject: [PATCH 1/4] mallinfo
+musl does not support mallinfo, this patch changes OS_LINUX check to include
+checking for glibc too.
+
+Could probably be done in build system but not done because of Qt6 moving to CMake.
---
src/3rdparty/chromium/base/process/process_metrics_posix.cc | 4 ++--