commit: c5d526d98c04c7947aef3959d48528f27a235c0d Author: Eli Schwartz <eschwartz <AT> gentoo <DOT> org> AuthorDate: Tue Jul 23 02:48:21 2024 +0000 Commit: Eli Schwartz <eschwartz <AT> gentoo <DOT> org> CommitDate: Tue Jul 23 03:32:33 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5d526d9
sci-libs/indilib: remove outdated LTO workaround Fixed is tagged in 2.0.8. Signed-off-by: Eli Schwartz <eschwartz <AT> gentoo.org> sci-libs/indilib/indilib-2.0.8.ebuild | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/sci-libs/indilib/indilib-2.0.8.ebuild b/sci-libs/indilib/indilib-2.0.8.ebuild index 77b317737296..0cfc49a84aa4 100644 --- a/sci-libs/indilib/indilib-2.0.8.ebuild +++ b/sci-libs/indilib/indilib-2.0.8.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit cmake flag-o-matic udev +inherit cmake udev DESCRIPTION="INDI Astronomical Control Protocol library" HOMEPAGE="https://www.indilib.org/" @@ -43,11 +43,6 @@ DEPEND="${RDEPEND} " src_configure() { - # -Werror=odr - # https://bugs.gentoo.org/878525 - # https://github.com/indilib/indi/issues/2023 - filter-lto - local mycmakeargs=( -DINDI_SYSTEM_HTTPLIB=ON -DINDI_SYSTEM_JSONLIB=ON
