Changeset 2315

Show
Ignore:
Timestamp:
08/07/06 17:42:56 (2 years ago)
Author:
jciccone
Message:

Fix the build of bash to support named pipes.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/clfs-2.0/BOOK/final-system/common/bash.xml

    r2122 r2315  
    3838<screen os="p2"><userinput>patch -Np1 -i ../&bash-fixes-patch;</userinput></screen> 
    3939 
    40     <para os="c">Create a config.cache containing information about a test tha
    41     cannot be run when cross-compiling:</para> 
     40    <para os="c">Create a config.cache containing information that is no
     41    properly detected when cross compiling:</para> 
    4242 
    4343<screen os="d"><userinput>echo "ac_cv_func_setvbuf_reversed=no" &gt; config.cache 
     44echo "bash_cv_sys_named_pipes=yes" &gt;&gt; config.cache 
    4445</userinput></screen> 
    4546 
  • branches/clfs-2.0/BOOK/introduction/common/changelog.xml

    r2309 r2315  
    4141      <itemizedlist> 
    4242        <listitem> 
     43          <para>[jciccone] - Fixed a problem where when bash is cross-compiled 
     44          it cannot test for the presence of named pipes.</para> 
     45        </listitem> 
     46        <listitem> 
    4347          <para>[jciccone] - Fixed symlink issue in bootscripts. New package 
    4448          CLFS-bootscropts 0.3.</para>