Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@××××××.net>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-vcs/gitahead/
Date: Mon, 28 Dec 2020 23:22:48
Message-Id: 1609190315.c19de6c73294ea44e28720b8772560b3d8d7f004.andrewammerlaan@gentoo
1 commit: c19de6c73294ea44e28720b8772560b3d8d7f004
2 Author: Theo Anderson <telans <AT> posteo <DOT> de>
3 AuthorDate: Mon Dec 28 21:18:35 2020 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
5 CommitDate: Mon Dec 28 21:18:35 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c19de6c7
7
8 dev-vcs/gitahead: filter-flags -flto*; fixes segfault
9
10 Package-Manager: Portage-3.0.12, Repoman-3.0.2
11 Signed-off-by: Theo Anderson <telans <AT> posteo.de>
12
13 dev-vcs/gitahead/gitahead-2.6.3.ebuild | 5 +++++
14 1 file changed, 5 insertions(+)
15
16 diff --git a/dev-vcs/gitahead/gitahead-2.6.3.ebuild b/dev-vcs/gitahead/gitahead-2.6.3.ebuild
17 index 1f1a63b2..2aa711a8 100644
18 --- a/dev-vcs/gitahead/gitahead-2.6.3.ebuild
19 +++ b/dev-vcs/gitahead/gitahead-2.6.3.ebuild
20 @@ -60,6 +60,11 @@ src_prepare() {
21 cmake_src_prepare
22 }
23
24 +src_configure() {
25 + filter-flags -flto* # Segfault in libQt5Core.so.5
26 + cmake_src_configure
27 +}
28 +
29 src_install() {
30 cd "${BUILD_DIR}" || die