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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id AA1AE1382C5 for ; Mon, 14 May 2018 08:23:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E8087E088C; Mon, 14 May 2018 08:23:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C5C5EE088C for ; Mon, 14 May 2018 08:23:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CAE97335CA4 for ; Mon, 14 May 2018 08:23:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D7CF32B for ; Mon, 14 May 2018 08:23:36 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1526286207.481666afdbd5e0e124be2da9d409107ac9c020e1.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/xfsprogs/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/xfsprogs/xfsprogs-4.16.1.ebuild X-VCS-Directories: sys-fs/xfsprogs/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 481666afdbd5e0e124be2da9d409107ac9c020e1 X-VCS-Branch: master Date: Mon, 14 May 2018 08:23:36 +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-Archives-Salt: 51ad0355-6e94-4fdb-bd5a-9c4739fc2414 X-Archives-Hash: 67a2c3a9fd65d6d024c1b7dc45a639e0 commit: 481666afdbd5e0e124be2da9d409107ac9c020e1 Author: Lars Wendler gentoo org> AuthorDate: Mon May 14 08:20:44 2018 +0000 Commit: Lars Wendler gentoo org> CommitDate: Mon May 14 08:23:27 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=481666af sys-fs/xfsprogs: Disable lto because it breaks on some arches. Closes: https://bugs.gentoo.org/655638 Package-Manager: Portage-2.3.36, Repoman-2.3.9 sys-fs/xfsprogs/xfsprogs-4.16.1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/sys-fs/xfsprogs/xfsprogs-4.16.1.ebuild b/sys-fs/xfsprogs/xfsprogs-4.16.1.ebuild index 148d4aa1cf8..aa533b7984f 100644 --- a/sys-fs/xfsprogs/xfsprogs-4.16.1.ebuild +++ b/sys-fs/xfsprogs/xfsprogs-4.16.1.ebuild @@ -67,6 +67,7 @@ src_configure() { unset PLATFORM # if set in user env, this breaks configure local myconf=( + --disable-lto #655638 --with-crond-dir="${EPREFIX}/etc/cron.d" --with-systemd-unit-dir="$(systemd_get_systemunitdir)" $(use_enable nls gettext)