From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5517D158041 for ; Thu, 11 Apr 2024 16:30:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 95BF5E2A04; Thu, 11 Apr 2024 16:30:02 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7A0C6E2A04 for ; Thu, 11 Apr 2024 16:30:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B1348343090 for ; Thu, 11 Apr 2024 16:30:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1C0A916BB for ; Thu, 11 Apr 2024 16:30:00 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1712852890.d5cacc66cbfba30c2c76c5a43a4ad00ad52e991c.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-fs/curlftpfs/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-fs/curlftpfs/curlftpfs-0.9.2-r4.ebuild X-VCS-Directories: net-fs/curlftpfs/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: d5cacc66cbfba30c2c76c5a43a4ad00ad52e991c X-VCS-Branch: master Date: Thu, 11 Apr 2024 16:30:00 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c9332278-b2ed-4f8c-bea0-d32ab033fb7d X-Archives-Hash: 3dce37232e09c103219798a994d4e020 commit: d5cacc66cbfba30c2c76c5a43a4ad00ad52e991c Author: Eli Schwartz gmail com> AuthorDate: Thu Apr 11 03:27:52 2024 +0000 Commit: Sam James gentoo 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 gmail.com> Signed-off-by: Sam James 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