From fd40de873311d7bb504462bde4c585282625019d Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Mon, 25 May 2009 17:51:22 +0000 Subject: Various edits. Update glibc to fix a make check error. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8921 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/glibc.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'chapter06') diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml index 53c97a8ca..097f1dff7 100644 --- a/chapter06/glibc.xml +++ b/chapter06/glibc.xml @@ -70,12 +70,16 @@ tar -xvf ../glibc-libidn-&glibc-version;.tar.bz2 mv glibc-libidn-&glibc-version; libidn + When running make install, a script called test-installation.pl performs a small sanity test on @@ -97,6 +101,13 @@ unset DL sed -i 's|@BASH@|/bin/bash|' elf/ldd.bash.in + Fix an error in one of the make check routines. Note that the escaped + newline in the second sed is required: + +sed -i s/utf8/UTF-8/ libio/tst-fgetwc.c +sed -i '/tst-fgetws-ENV/ a\ +tst-fgetwc-ENV = LOCPATH=$(common-objpfx)localedata' libio/Makefile + The Glibc documentation recommends building Glibc outside of the source directory in a dedicated build directory: -- cgit v1.2.3-54-g00ecf