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 B1AAA158086 for ; Mon, 22 Nov 2021 10:55:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E17F1E08CD; Mon, 22 Nov 2021 10:55:17 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CAE55E08DD for ; Mon, 22 Nov 2021 10:55:17 +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 DF0873432D7 for ; Mon, 22 Nov 2021 10:55:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 59F5C1D8 for ; Mon, 22 Nov 2021 10:55:15 +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: <1637578503.0e24019d8e4837b1371344383e49bb28e6b9e372.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/glusterfs/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-cluster/glusterfs/glusterfs-10.0.ebuild X-VCS-Directories: sys-cluster/glusterfs/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 0e24019d8e4837b1371344383e49bb28e6b9e372 X-VCS-Branch: master Date: Mon, 22 Nov 2021 10:55:15 +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: d9f36366-bfcc-4d6e-a3f9-8484df04a2d2 X-Archives-Hash: 6a8468f82db086d260d6ad99612318fc commit: 0e24019d8e4837b1371344383e49bb28e6b9e372 Author: Sam James gentoo org> AuthorDate: Mon Nov 22 10:53:17 2021 +0000 Commit: Sam James gentoo org> CommitDate: Mon Nov 22 10:55:03 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e24019d sys-cluster/glusterfs: don't force LTO Bug: https://bugs.gentoo.org/826354 Signed-off-by: Sam James gentoo.org> sys-cluster/glusterfs/glusterfs-10.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/sys-cluster/glusterfs/glusterfs-10.0.ebuild b/sys-cluster/glusterfs/glusterfs-10.0.ebuild index 8260c51990e3..64f9adab5b60 100644 --- a/sys-cluster/glusterfs/glusterfs-10.0.ebuild +++ b/sys-cluster/glusterfs/glusterfs-10.0.ebuild @@ -91,6 +91,7 @@ src_prepare() { src_configure() { econf \ --disable-fusermount \ + --disable-lto \ $(use_enable debug) \ $(use_enable fuse fuse-client) \ $(use_enable georeplication) \