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 14A04158013 for ; Tue, 12 Dec 2023 12:51:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 46A962BC017; Tue, 12 Dec 2023 12:51:14 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2667C2BC017 for ; Tue, 12 Dec 2023 12:51:14 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4B19E335D45 for ; Tue, 12 Dec 2023 12:51:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8AE04929 for ; Tue, 12 Dec 2023 12:51:11 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1701971810.9140d4a16fa4934d53939dd5e5516f4351c4bf2a.asturm@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: eclass/ X-VCS-Repository: proj/qt X-VCS-Files: eclass/qt5-build.eclass X-VCS-Directories: eclass/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 9140d4a16fa4934d53939dd5e5516f4351c4bf2a X-VCS-Branch: master Date: Tue, 12 Dec 2023 12:51:11 +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: 3e985a22-e943-4593-979c-9e5edf6fbcc6 X-Archives-Hash: 94e4880293d2592b656182500087d21c commit: 9140d4a16fa4934d53939dd5e5516f4351c4bf2a Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Dec 7 17:56:50 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Dec 7 17:56:50 2023 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=9140d4a1 qt5-build.eclass: filter-lto Bugs: https://bugs.gentoo.org/650488 Bugs: https://bugs.gentoo.org/692078 Bugs: https://bugs.gentoo.org/713850 Bugs: https://bugs.gentoo.org/908419 Bugs: https://bugs.gentoo.org/652158 Bugs: https://bugs.gentoo.org/919043 Signed-off-by: Andreas Sturmlechner gentoo.org> eclass/qt5-build.eclass | 3 +++ 1 file changed, 3 insertions(+) diff --git a/eclass/qt5-build.eclass b/eclass/qt5-build.eclass index e9cb2f50..fb417d00 100644 --- a/eclass/qt5-build.eclass +++ b/eclass/qt5-build.eclass @@ -237,6 +237,9 @@ qt5-build_src_configure() { append-ldflags -Wl,--undefined-version fi + # many bugs, no one to fix + filter-lto + qt5_foreach_target_subdir qt5_qmake }