From 0d6e4b3e3caf745256cfb81d8bf718658796af06 Mon Sep 17 00:00:00 2001 From: Sergei Trofimovich Date: Mon, 17 Feb 2020 20:42:21 +0000 Subject: net-ftp/gftp: backport glibc-2.30 fix, bug #692230 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fix found by Stephan Hartmann! Reported-by: Toralf Förster Closes: https://bugs.gentoo.org/692230 Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Sergei Trofimovich --- net-ftp/gftp/gftp-2.0.19-r3.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'net-ftp/gftp/gftp-2.0.19-r3.ebuild') diff --git a/net-ftp/gftp/gftp-2.0.19-r3.ebuild b/net-ftp/gftp/gftp-2.0.19-r3.ebuild index 57a51c790a94..a79b3a00b48c 100644 --- a/net-ftp/gftp/gftp-2.0.19-r3.ebuild +++ b/net-ftp/gftp/gftp-2.0.19-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -33,6 +33,9 @@ PATCHES=( # https://bugzilla.gnome.org/show_bug.cgi?id=740785 "${FILESDIR}/${P}-desktop.patch" + + # https://bugs.gentoo.org/692230 + "${FILESDIR}"/${P}-glibc-2.30.patch ) src_configure() { -- cgit v1.2.3-65-gdbad