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 E1DB6158094 for ; Thu, 25 Aug 2022 03:50:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 00E0FE08E0; Thu, 25 Aug 2022 03:50:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 3E137E08E0 for ; Thu, 25 Aug 2022 03:50:33 +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 293B53410CE for ; Thu, 25 Aug 2022 03:50:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 88599569 for ; Thu, 25 Aug 2022 03:50:30 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1661399417.e63ba531b8c0ea14d4e15b3dc40c6ab790b8ad22.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/libfaketime/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/libfaketime/libfaketime-0.9.10.ebuild X-VCS-Directories: sys-libs/libfaketime/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: e63ba531b8c0ea14d4e15b3dc40c6ab790b8ad22 X-VCS-Branch: master Date: Thu, 25 Aug 2022 03:50:30 +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: 92e38fda-3dda-4bb5-ab4a-81e682280c15 X-Archives-Hash: b13cf6a6f031c5335dd271fcf0c6aace commit: e63ba531b8c0ea14d4e15b3dc40c6ab790b8ad22 Author: Sam James gentoo org> AuthorDate: Thu Aug 25 03:50:17 2022 +0000 Commit: Sam James gentoo org> CommitDate: Thu Aug 25 03:50:17 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e63ba531 sys-libs/libfaketime: filter LTO It's a delicate package anyway. Closes: https://bugs.gentoo.org/863911 Signed-off-by: Sam James gentoo.org> sys-libs/libfaketime/libfaketime-0.9.10.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sys-libs/libfaketime/libfaketime-0.9.10.ebuild b/sys-libs/libfaketime/libfaketime-0.9.10.ebuild index 246a168f4a5a..53106198a4cf 100644 --- a/sys-libs/libfaketime/libfaketime-0.9.10.ebuild +++ b/sys-libs/libfaketime/libfaketime-0.9.10.ebuild @@ -21,6 +21,9 @@ src_prepare() { # Bug #617624 (GCC-6 compatibility) sed -i 's/-Wno-nonnull-compare //' src/Makefile || die + # bug #863911 + filter-lto + # We used to always set this, but see: # 1. https://github.com/wolfcw/libfaketime/commit/40edcc7ca087a8118fe5a2d27152617fa233e0e2 # i.e. we should report cases which end up needing it, rather than always setting it.