Ignore:
Timestamp:
Feb 21, 2006, 1:42:50 AM (18 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
d729812
Parents:
a9e69c6
Message:

r895@server (orig r893): jim | 2005-12-13 14:13:20 -0800

r1061@server: jim | 2005-12-13 14:07:37 -0800
Removed setvbuf test from Bash in Temp-System


File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/temp-system/common/bash.xml

    ra9e69c6 rfd13165  
    2828sed -e "s@size \$(Program)@${LFS_TARGET}-&amp;@g"  Makefile.in.orig > Makefile.in</userinput></screen>
    2929
     30    <para os="ac">Remove a test that causes the build to fail::</para>
     31
     32<screen os="ad"><userinput>echo "ac_cv_func_setvbuf_reversed=no" >> config.cache</userinput></screen>
     33
    3034    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    3135    href="../../final-system/common/bash.xml"
     
    3337
    3438<screen os="h"><userinput>./configure --prefix=/tools --with-curses \
    35    --without-bash-malloc --host=${LFS_TARGET}</userinput></screen>
     39   --without-bash-malloc --host=${LFS_TARGET} \
     40   --cache-file=config.cache</userinput></screen>
    3641
    3742    <variablelist os="ad">
Note: See TracChangeset for help on using the changeset viewer.