Changeset 9ed3209 for chapter05


Ignore:
Timestamp:
12/02/2004 07:39:28 PM (20 years ago)
Author:
Jeremy Utley <jeremy@…>
Children:
90e13c6
Parents:
3b5cbe3
Message:

Updated the patches used by bash to coincide with what's happening in Unstable

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/testing/BOOK@4341 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter05/bash.xml

    r3b5cbe3 r9ed3209  
    2727<sect2 role="installation">
    2828<title>Installation of Bash</title>
     29
     30<!-- Edit Me -->
     31<para>Bash has a problem when compiled against newer versions of glibc, causing
     32it to hang inappropriately.  This patch fixes the problem:</para>
     33
     34<screen><userinput>patch -Np1 -i ../bash-&bash-version;-avoid_WCONTINUED-1.patch</userinput></screen>
    2935
    3036<para>Prepare Bash for compilation:</para>
Note: See TracChangeset for help on using the changeset viewer.