commit:     c19de6c73294ea44e28720b8772560b3d8d7f004
Author:     Theo Anderson <telans <AT> posteo <DOT> de>
AuthorDate: Mon Dec 28 21:18:35 2020 +0000
Commit:     Theo Anderson <telans <AT> posteo <DOT> 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 <telans <AT> 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
 

Reply via email to