From cd0f51912650a68813b013e75471b27f1ff43ffd Mon Sep 17 00:00:00 2001 From: Jeremy Utley Date: Fri, 15 Oct 2004 03:08:36 +0000 Subject: Upgraded to 20041011 glibc snapshot, added bash patch to fix execution problem with new glibc, upgraded to util-linux 2.12h, removed util-linux-sfdisk patch which is no longer necessary. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4289 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/bash.xml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'chapter06/bash.xml') diff --git a/chapter06/bash.xml b/chapter06/bash.xml index 2dd8d81ea..3e65cb5ee 100644 --- a/chapter06/bash.xml +++ b/chapter06/bash.xml @@ -33,6 +33,11 @@ sometimes will only show 33 characters on a line and then wraps to the next line patch -Np1 -i ../bash-&bash-version;-fixes-1.patch +Bash also has issues when compiled against newer versions of glibc. The +following patch resolves this problem: + +patch -Np1 -i ../bash-&bash-version;-avoid_WCONTINUED-1.patch + Prepare Bash for compilation: ./configure --prefix=/usr --bindir=/bin \ -- cgit v1.2.3-54-g00ecf