From a9939e0df5c45d6b52582cbb53e23ee3934204f7 Mon Sep 17 00:00:00 2001 From: Alex Gronenwoud Date: Mon, 1 Sep 2003 21:30:12 +0000 Subject: [PATCH] Adding reminder to unpack Linuxthreads. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2717 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/glibc-inst.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/chapter06/glibc-inst.xml b/chapter06/glibc-inst.xml index 034327bd1..da3431883 100644 --- a/chapter06/glibc-inst.xml +++ b/chapter06/glibc-inst.xml @@ -9,7 +9,12 @@ pointing at /stage1. We cannot adjust the specs and ldscripts before the Glibc install, because the Glibc autoconf tests would then give bogus results and thus defeat our goal of achieving a clean build. -Apply the same patch as we used previously: +Before starting to build Glibc, remember to unpack the Glibc-linuxthreads +again inside the glibc-&glibc-version; directory, and to +unset any environment variables that override the default optimization +flags. + +Then apply the same patch we used previously: patch -Np1 -i ../glibc-2.3.2-sscanf-1.patch