diff options
author | Eli Schwartz <eschwartz93@gmail.com> | 2024-03-17 02:11:28 -0400 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-03-17 06:43:34 +0000 |
commit | 6bd615b08f0f30e39601f8c27da17eaf3443f56e (patch) | |
tree | 60178ac17ba4f97b4b7b8357f2aee422bfd8be8e /sci-astronomy/wcslib | |
parent | dev-scheme/ypsilon: mark as LTO-unsafe, strict-aliasing unsafe (diff) | |
download | gentoo-6bd615b08f0f30e39601f8c27da17eaf3443f56e.tar.gz gentoo-6bd615b08f0f30e39601f8c27da17eaf3443f56e.tar.bz2 gentoo-6bd615b08f0f30e39601f8c27da17eaf3443f56e.zip |
sci-astronomy/wcslib: mark as LTO-unsafe
Closes: https://bugs.gentoo.org/877885
Signed-off-by: Eli Schwartz <eschwartz93@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-astronomy/wcslib')
-rw-r--r-- | sci-astronomy/wcslib/wcslib-7.12.ebuild | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sci-astronomy/wcslib/wcslib-7.12.ebuild b/sci-astronomy/wcslib/wcslib-7.12.ebuild index aaaaa67bc91e..f78a2c657d7a 100644 --- a/sci-astronomy/wcslib/wcslib-7.12.ebuild +++ b/sci-astronomy/wcslib/wcslib-7.12.ebuild @@ -25,6 +25,12 @@ BDEPEND=" virtual/pkgconfig" src_configure() { + # -Werror=lto-type-mismatch + # https://bugs.gentoo.org/877885 + # + # Upstream has an email contact address, so sent an email describing the issue. + filter-lto + # workaround until upstream fix it properly append-fflags $(test-flags-FC -fallow-argument-mismatch) |