From 8320e26f720f50ea2198663726fdff9de9584b51 Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Sun, 8 Aug 2010 08:45:08 +0000 Subject: Upgrade to Glibc-2.12.1. Fixes #2730. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9351 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/m4.xml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'chapter06') diff --git a/chapter06/m4.xml b/chapter06/m4.xml index c22282c1d..cf7934ee5 100644 --- a/chapter06/m4.xml +++ b/chapter06/m4.xml @@ -40,6 +40,12 @@ Installation of M4 + Add a missing include directive that prevents M4 successfully building + against Glibc-&glibc-version;: + +sed -i -e '/"m4.h"/a\ +#include <sys/stat.h>' src/path.c + Prepare M4 for compilation: ./configure --prefix=/usr -- cgit v1.2.3-54-g00ecf