From ce69610f7ffcb8af226d8f6768a011f5d31cbd02 Mon Sep 17 00:00:00 2001 From: DJ Lucas Date: Sat, 11 Oct 2008 04:02:55 +0000 Subject: [PATCH] minor correction - glibc patch paths git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8627 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/glibc.xml | 4 ++-- chapter06/glibc.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/chapter05/glibc.xml b/chapter05/glibc.xml index dd3487355..790f3973a 100644 --- a/chapter05/glibc.xml +++ b/chapter05/glibc.xml @@ -46,8 +46,8 @@ Though not mandatory in this chapter, if you plan on running the test suite, you should apply the following patches: -patch -Np1 -i &glibc-iconv-test-fixes-patch; -patch -Np1 -i &glibc-ildoubl-test-fix-patch; +patch -Np1 -i ../&glibc-iconv-test-fixes-patch; +patch -Np1 -i ../&glibc-ildoubl-test-fix-patch; The Glibc documentation recommends building Glibc outside of the source directory in a dedicated build directory: diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml index fa3ba061c..f83632432 100644 --- a/chapter06/glibc.xml +++ b/chapter06/glibc.xml @@ -91,8 +91,8 @@ mv glibc-libidn-&glibc-version; libidn--> First apply two patches which correct failures in the test suite: -patch -Np1 -i &glibc-iconv-test-fixes-patch; -patch -Np1 -i &glibc-ildoubl-test-fix-patch; +patch -Np1 -i ../&glibc-iconv-test-fixes-patch; +patch -Np1 -i ../&glibc-ildoubl-test-fix-patch; The ldd shell script contains Bash-specific