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 6FAB11581D3 for ; Thu, 30 May 2024 10:53:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A20DEE2A43; Thu, 30 May 2024 10:53:48 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 865F2E2A43 for ; Thu, 30 May 2024 10:53:48 +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 B9B99335D60 for ; Thu, 30 May 2024 10:53:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2201DE21 for ; Thu, 30 May 2024 10:53:46 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1717066368.c38b7089c103557ccafd67f9b9c585a605a2c36c.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/vkd3d/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/vkd3d/vkd3d-1.12.ebuild X-VCS-Directories: app-emulation/vkd3d/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: c38b7089c103557ccafd67f9b9c585a605a2c36c X-VCS-Branch: master Date: Thu, 30 May 2024 10:53:46 +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: 85b0abbc-049e-4bc2-8de6-39eab97a12c8 X-Archives-Hash: 582d032a7d99a84ac347cec6725f0395 commit: c38b7089c103557ccafd67f9b9c585a605a2c36c Author: Ionen Wolkens gentoo org> AuthorDate: Thu May 30 10:52:07 2024 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Thu May 30 10:52:48 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c38b7089 app-emulation/vkd3d: avoid using lto by default Closes: https://bugs.gentoo.org/933178 Signed-off-by: Ionen Wolkens gentoo.org> app-emulation/vkd3d/vkd3d-1.12.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app-emulation/vkd3d/vkd3d-1.12.ebuild b/app-emulation/vkd3d/vkd3d-1.12.ebuild index 23f3a949fb23..a6965c74656c 100644 --- a/app-emulation/vkd3d/vkd3d-1.12.ebuild +++ b/app-emulation/vkd3d/vkd3d-1.12.ebuild @@ -37,6 +37,8 @@ multilib_src_configure() { $(use_with spirv-tools) --disable-doxygen-pdf --without-xcb + # let users' flags control lto (bug #933178) + vkd3d_cv_cflags__flto_auto= ) ECONF_SOURCE=${S} econf "${conf[@]}"