diff options
author | Eli Schwartz <eschwartz93@gmail.com> | 2024-03-29 01:57:36 -0400 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-03-29 18:45:12 +0000 |
commit | 5491ecdce947e32e1ab14e304b19cb20b7ca81d6 (patch) | |
tree | d03a37e4b51f38e9b279e32a320e5647aefa50e8 /sci-libs | |
parent | gnome-base/libglade: update EAPI 6 -> 8 (diff) | |
download | gentoo-5491ecdce947e32e1ab14e304b19cb20b7ca81d6.tar.gz gentoo-5491ecdce947e32e1ab14e304b19cb20b7ca81d6.tar.bz2 gentoo-5491ecdce947e32e1ab14e304b19cb20b7ca81d6.zip |
sci-libs/libticalcs2: mark as LTO-unsafe
Closes: https://bugs.gentoo.org/927586
Signed-off-by: Eli Schwartz <eschwartz93@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/libticalcs2/libticalcs2-1.1.9.ebuild | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/sci-libs/libticalcs2/libticalcs2-1.1.9.ebuild b/sci-libs/libticalcs2/libticalcs2-1.1.9.ebuild index fe2478ec3c3a..251aa8fb6cd4 100644 --- a/sci-libs/libticalcs2/libticalcs2-1.1.9.ebuild +++ b/sci-libs/libticalcs2/libticalcs2-1.1.9.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit autotools +inherit autotools flag-o-matic DESCRIPTION="Library for communication with TI calculators" HOMEPAGE="http://lpg.ticalc.org/prj_tilp/" @@ -32,6 +32,10 @@ src_prepare() { } src_configure() { + # -Werror=lto-type-mismatch + # https://bugs.gentoo.org/927586 + filter-lto + econf \ --disable-rpath \ $(use_enable static-libs static) \ |