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 B44641382C5 for ; Mon, 28 Dec 2020 21:18:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B97C1E0A7E; Mon, 28 Dec 2020 21:18:48 +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 9C6A5E0A7E for ; Mon, 28 Dec 2020 21:18:47 +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 A7CD73416B5 for ; Mon, 28 Dec 2020 21:18:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3249EC3 for ; Mon, 28 Dec 2020 21:18:45 +0000 (UTC) From: "Theo Anderson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Theo Anderson" Message-ID: <1609190315.c19de6c73294ea44e28720b8772560b3d8d7f004.telans@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-vcs/gitahead/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-vcs/gitahead/gitahead-2.6.3.ebuild X-VCS-Directories: dev-vcs/gitahead/ X-VCS-Committer: telans X-VCS-Committer-Name: Theo Anderson X-VCS-Revision: c19de6c73294ea44e28720b8772560b3d8d7f004 X-VCS-Branch: dev Date: Mon, 28 Dec 2020 21:18:45 +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: e1028f75-6f01-482a-9587-df05a5c8760d X-Archives-Hash: c9c9ec28f0d96fabddd784125007ad5d commit: c19de6c73294ea44e28720b8772560b3d8d7f004 Author: Theo Anderson posteo de> AuthorDate: Mon Dec 28 21:18:35 2020 +0000 Commit: Theo Anderson posteo de> CommitDate: Mon Dec 28 21:18:35 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c19de6c7 dev-vcs/gitahead: filter-flags -flto*; fixes segfault Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Theo Anderson posteo.de> dev-vcs/gitahead/gitahead-2.6.3.ebuild | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dev-vcs/gitahead/gitahead-2.6.3.ebuild b/dev-vcs/gitahead/gitahead-2.6.3.ebuild index 1f1a63b2..2aa711a8 100644 --- a/dev-vcs/gitahead/gitahead-2.6.3.ebuild +++ b/dev-vcs/gitahead/gitahead-2.6.3.ebuild @@ -60,6 +60,11 @@ src_prepare() { cmake_src_prepare } +src_configure() { + filter-flags -flto* # Segfault in libQt5Core.so.5 + cmake_src_configure +} + src_install() { cd "${BUILD_DIR}" || die