diff options
author | 2018-10-14 10:40:05 +0100 | |
---|---|---|
committer | 2018-10-14 10:40:31 +0100 | |
commit | 59187801803475b949d2dfe41dfa7e7e70fdc5ea (patch) | |
tree | 31da3cd49154105f7e15f24c3b7cb76e03fff100 /sys-apps/findutils/findutils-4.6.0-r1.ebuild | |
parent | app-admin/conky: Revision bump to 1.10.8-r3. Fix bug #665812. (diff) | |
download | gentoo-59187801803475b949d2dfe41dfa7e7e70fdc5ea.tar.gz gentoo-59187801803475b949d2dfe41dfa7e7e70fdc5ea.tar.bz2 gentoo-59187801803475b949d2dfe41dfa7e7e70fdc5ea.zip |
sys-apps/findutils: fix build against glibc-2.28, bug #663242
Patch by milan hodoscek.
While at it added 'epatch_user'.
Closes: https://bugs.gentoo.org/663242
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'sys-apps/findutils/findutils-4.6.0-r1.ebuild')
-rw-r--r-- | sys-apps/findutils/findutils-4.6.0-r1.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys-apps/findutils/findutils-4.6.0-r1.ebuild b/sys-apps/findutils/findutils-4.6.0-r1.ebuild index d59a80b99113..0d3700374197 100644 --- a/sys-apps/findutils/findutils-4.6.0-r1.ebuild +++ b/sys-apps/findutils/findutils-4.6.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -39,6 +39,8 @@ src_prepare() { epatch "${FILESDIR}"/${P}-gnulib-mb.patch #576818 epatch "${FILESDIR}"/${P}-gnulib-S_MAGIC_NFS.patch #580032 + epatch "${FILESDIR}"/${P}-glibc228.patch #663242 + epatch_user } src_configure() { |