public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-fs/curlftpfs/
Date: Thu, 11 Apr 2024 16:30:00 +0000 (UTC)	[thread overview]
Message-ID: <1712852890.d5cacc66cbfba30c2c76c5a43a4ad00ad52e991c.sam@gentoo> (raw)

commit:     d5cacc66cbfba30c2c76c5a43a4ad00ad52e991c
Author:     Eli Schwartz <eschwartz93 <AT> gmail <DOT> com>
AuthorDate: Thu Apr 11 03:27:52 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Apr 11 16:28:10 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5cacc66

net-fs/curlftpfs: mark as LTO-unsafe

Closes: https://bugs.gentoo.org/861299
Signed-off-by: Eli Schwartz <eschwartz93 <AT> gmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-fs/curlftpfs/curlftpfs-0.9.2-r4.ebuild | 13 +++++++++++--
 1 file 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


             reply	other threads:[~2024-04-11 16:30 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-11 16:30 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-04-11 16:30 [gentoo-commits] repo/gentoo:master commit in: net-fs/curlftpfs/ Sam James
2024-04-11 16:30 Sam James
2024-04-11 16:30 Sam James
2024-04-11 16:30 Sam James
2021-08-04  9:01 Sergei Trofimovich
2021-01-06 14:37 Fabian Groffen
2019-11-10 11:36 Sergei Trofimovich
2019-11-10 11:36 Sergei Trofimovich
2019-10-10  6:56 Sergei Trofimovich
2018-01-05  1:07 Mart Raudsepp

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1712852890.d5cacc66cbfba30c2c76c5a43a4ad00ad52e991c.sam@gentoo \
    --to=sam@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox