From 29564fa547bc396bcd59742a8ee9d5707766c112 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Mon, 7 Mar 2016 22:39:26 -0500 Subject: [PATCH] sys-apps/findutils: fix building w/newer glibc --- sys-apps/findutils/findutils-4.6.0.ebuild | 4 ++++ 1 file changed, 4 insertions(+) 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() { -- 2.26.2