diff options
author | Eli Schwartz <eschwartz93@gmail.com> | 2024-03-10 23:03:17 -0400 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-03-11 14:22:50 +0000 |
commit | 5f7dd1f9e20c1b009c8031b1e5cee6f3b33022bb (patch) | |
tree | a219ff8a026997444dc09980f7eacafe37cd79f7 /media-libs/libcdaudio | |
parent | media-libs/libcdaudio: fully refresh autotools (diff) | |
download | gentoo-5f7dd1f9e20c1b009c8031b1e5cee6f3b33022bb.tar.gz gentoo-5f7dd1f9e20c1b009c8031b1e5cee6f3b33022bb.tar.bz2 gentoo-5f7dd1f9e20c1b009c8031b1e5cee6f3b33022bb.zip |
media-libs/libcdaudio: mark as LTO-unsafe
Note: upstream is dead in terms of development, although apparently
still available to ask people on sourceforge if they are interested in
taking over maintenance.
Signed-off-by: Eli Schwartz <eschwartz93@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-libs/libcdaudio')
-rw-r--r-- | media-libs/libcdaudio/libcdaudio-0.99.12-r5.ebuild | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/media-libs/libcdaudio/libcdaudio-0.99.12-r5.ebuild b/media-libs/libcdaudio/libcdaudio-0.99.12-r5.ebuild index d64a5a9ac226..44b0a9468c60 100644 --- a/media-libs/libcdaudio/libcdaudio-0.99.12-r5.ebuild +++ b/media-libs/libcdaudio/libcdaudio-0.99.12-r5.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit autotools +inherit autotools flag-o-matic DESCRIPTION="Library of cd audio related routines" HOMEPAGE="https://libcdaudio.sourceforge.net/" @@ -31,6 +31,15 @@ src_prepare() { } src_configure() { + # -Werror=lto-type-mismatch + # + # Upstream is pretty dead. The best that can be said is that as of a year + # ago if you posted support tickets, upstream would ask you: + # + # "libcdaudio is looking for a maintainer. Would you accept becoming a + # maintainer, so that you can integrate the change directly?" + filter-lto + econf --enable-threads --disable-static } |