diff options
author | Alfred Persson Forsberg <cat@catcream.org> | 2022-07-21 22:04:30 +0200 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2022-07-22 16:19:12 -0400 |
commit | 08cbb8e20933a57164fe7bbaa255c20aa63f6008 (patch) | |
tree | bdb79469b918a86ca9b7a0024b1fc66547da6c75 /dev-qt | |
parent | dev-qt/qtwebengine: comment on musl-sandbox (diff) | |
download | musl-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>
Diffstat (limited to 'dev-qt')
-rw-r--r-- | dev-qt/qtwebengine/files/qtwebengine-5.15.5_p20220618-musl-mallinfo.patch | 8 |
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 ++-- |