From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Fri, 18 Jun 2021 20:35:40 +0200 Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by lore.white.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1luJLA-0003w9-AI for lore@lore.pengutronix.de; Fri, 18 Jun 2021 20:35:40 +0200 Received: from localhost ([127.0.0.1] helo=metis.ext.pengutronix.de) by metis.ext.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1luJLA-0006YU-2d; Fri, 18 Jun 2021 20:35:40 +0200 Received: from dude02.hi.pengutronix.de ([2001:67c:670:100:1d::28] helo=dude02.pengutronix.de.) by metis.ext.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1luJKS-0006YF-0v for ptxdist@pengutronix.de; Fri, 18 Jun 2021 20:34:56 +0200 From: Lucas Stach To: ptxdist@pengutronix.de Date: Fri, 18 Jun 2021 20:34:54 +0200 Message-Id: <20210618183455.9037-1-l.stach@pengutronix.de> X-Mailer: git-send-email 2.29.2 MIME-Version: 1.0 Subject: [ptxdist] [PATCH 1/2] qt5: extend GCC11 build fix X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false One more instance of missing include has been found while building with a target GCC11. Extend the last patch to fix this. Signed-off-by: Lucas Stach --- ...8-qtbase-include-limits-where-necessary.patch | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/patches/qt-everywhere-src-5.15.2/0008-qtbase-include-limits-where-necessary.patch b/patches/qt-everywhere-src-5.15.2/0008-qtbase-include-limits-where-necessary.patch index 33138cc3623c..a7b82435a5ed 100644 --- a/patches/qt-everywhere-src-5.15.2/0008-qtbase-include-limits-where-necessary.patch +++ b/patches/qt-everywhere-src-5.15.2/0008-qtbase-include-limits-where-necessary.patch @@ -15,7 +15,8 @@ Signed-off-by: Lucas Stach qtbase/src/corelib/global/qfloat16.h | 1 + qtbase/src/corelib/text/qbytearraymatcher.h | 2 ++ qtbase/src/corelib/tools/qoffsetstringarray_p.h | 1 + - 4 files changed, 6 insertions(+) + qtdeclarative/src/3rdparty/masm/yarr/Yarr.h | 2 ++ + 5 files changed, 8 insertions(+) diff --git a/qtbase/src/corelib/global/qendian.h b/qtbase/src/corelib/global/qendian.h index 257efbbdbecf..a97776c761b7 100644 @@ -67,3 +68,16 @@ index 4dd9e9603bc1..8b3fbfe55985 100644 #include #include +diff --git a/qtdeclarative/src/3rdparty/masm/yarr/Yarr.h b/qtdeclarative/src/3rdparty/masm/yarr/Yarr.h +index ccf78f988000..cd745256e9e1 100644 +--- a/qtdeclarative/src/3rdparty/masm/yarr/Yarr.h ++++ b/qtdeclarative/src/3rdparty/masm/yarr/Yarr.h +@@ -27,6 +27,8 @@ + + #pragma once + ++#include ++ + #include + #include "YarrErrorCode.h" + -- 2.29.2 _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de