From: Mike Frysinger Date: Tue, 8 Mar 2016 03:39:26 +0000 (-0500) Subject: sys-apps/findutils: fix building w/newer glibc X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=29564fa547bc396bcd59742a8ee9d5707766c112;p=gentoo.git sys-apps/findutils: fix building w/newer glibc --- diff --git a/sys-apps/findutils/findutils-4.6.0.ebuild b/sys-apps/findutils/findutils-4.6.0.ebuild index 935a16c6c627..2c394d01f97a 100644 --- a/sys-apps/findutils/findutils-4.6.0.ebuild +++ b/sys-apps/findutils/findutils-4.6.0.ebuild @@ -31,6 +31,10 @@ src_prepare() { # Don't build or install locate because it conflicts with slocate, # which is a secure version of locate. See bug 18729 sed -i '/^SUBDIRS/s/locate//' Makefile.in + + # Newer C libraries omit this include from sys/types.h. + # https://lists.gnu.org/archive/html/bug-gnulib/2016-03/msg00018.html + sed -i '1i#include ' gl/lib/mountlist.c || die } src_configure() {