diff options
author | Eli Schwartz <eschwartz93@gmail.com> | 2024-04-10 23:27:52 -0400 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-04-11 17:28:10 +0100 |
commit | d5cacc66cbfba30c2c76c5a43a4ad00ad52e991c (patch) | |
tree | 833fca5355f99b6764cf5ce2f1c71336242520b6 /net-fs/curlftpfs | |
parent | sci-biology/newick-utils: update EAPI 7 -> 8 (diff) | |
download | gentoo-d5cacc66cbfba30c2c76c5a43a4ad00ad52e991c.tar.gz gentoo-d5cacc66cbfba30c2c76c5a43a4ad00ad52e991c.tar.bz2 gentoo-d5cacc66cbfba30c2c76c5a43a4ad00ad52e991c.zip |
net-fs/curlftpfs: mark as LTO-unsafe
Closes: https://bugs.gentoo.org/861299
Signed-off-by: Eli Schwartz <eschwartz93@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-fs/curlftpfs')
-rw-r--r-- | net-fs/curlftpfs/curlftpfs-0.9.2-r4.ebuild | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/net-fs/curlftpfs/curlftpfs-0.9.2-r4.ebuild b/net-fs/curlftpfs/curlftpfs-0.9.2-r4.ebuild index 8fc39ff713c1..5430a3e098e2 100644 --- a/net-fs/curlftpfs/curlftpfs-0.9.2-r4.ebuild +++ b/net-fs/curlftpfs/curlftpfs-0.9.2-r4.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit autotools +inherit autotools flag-o-matic DESCRIPTION="File system for accessing ftp hosts based on FUSE" HOMEPAGE="http://curlftpfs.sourceforge.net/" @@ -39,6 +39,15 @@ src_prepare() { eautoreconf } +src_configure() { + # -Werror=lto-type-mismatch + # https://bugs.gentoo.org/861299 + # https://sourceforge.net/p/curlftpfs/bugs/76/ + filter-lto + + default +} + src_install() { default dodoc README |