From efca30a736007825e0089a0dbfe8db3f1d98dc20 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Thu, 2 Aug 2018 19:04:22 +0000 Subject: Update to glibc-2.28. Update to gdbm-1.17. Update to linux-4.17.11. Update to man-db-2.8.4. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11443 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/findutils.xml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'chapter05/findutils.xml') diff --git a/chapter05/findutils.xml b/chapter05/findutils.xml index f7e5e4982..d9d1a7a74 100644 --- a/chapter05/findutils.xml +++ b/chapter05/findutils.xml @@ -43,6 +43,12 @@ Installation of Findutils + First, make some fixes required by glibc-2.28: + +sed -i 's/IO_ftrylockfile/IO_EOF_SEEN/' gl/lib/*.c +sed -i '/unistd/a #include <sys/sysmacros.h>' gl/lib/mountlist.c +echo "#define _IO_IN_BACKUP 0x100" >> gl/lib/stdio-impl.h + Prepare Findutils for compilation: ./configure --prefix=/tools -- cgit v1.2.3-54-g00ecf