From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 587B4158094 for ; Fri, 22 Jul 2022 20:20:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 484E1E0C21; Fri, 22 Jul 2022 20:20:28 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8C4AAE0C32 for ; Fri, 22 Jul 2022 20:20:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 24465340FA1 for ; Fri, 22 Jul 2022 20:20:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1211754B for ; Fri, 22 Jul 2022 20:20:22 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <1658521152.08cbb8e20933a57164fe7bbaa255c20aa63f6008.blueness@gentoo> Subject: [gentoo-commits] proj/musl:master commit in: dev-qt/qtwebengine/files/ X-VCS-Repository: proj/musl X-VCS-Files: dev-qt/qtwebengine/files/qtwebengine-5.15.5_p20220618-musl-mallinfo.patch X-VCS-Directories: dev-qt/qtwebengine/files/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: 08cbb8e20933a57164fe7bbaa255c20aa63f6008 X-VCS-Branch: master Date: Fri, 22 Jul 2022 20:20:22 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 020f8158-6979-40fc-b955-14a2df0b2ff0 X-Archives-Hash: bd29e9c2fa8d15a6fc3ab7ee245a5420 commit: 08cbb8e20933a57164fe7bbaa255c20aa63f6008 Author: Alfred Persson Forsberg catcream org> AuthorDate: Thu Jul 21 20:04:30 2022 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Fri Jul 22 20:19:12 2022 +0000 URL: https://gitweb.gentoo.org/proj/musl.git/commit/?id=08cbb8e2 dev-qt/qtwebengine: comment mallinfo patch Signed-off-by: Alfred Persson Forsberg catcream.org> Signed-off-by: Anthony G. Basile gentoo.org> .../files/qtwebengine-5.15.5_p20220618-musl-mallinfo.patch | 8 ++++---- 1 file 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 -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 ++--