Changeset 84515d3


Ignore:
Timestamp:
May 2, 2006, 8:57:20 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:
33ed759
Parents:
ec7c65d
Message:

r3238@server: jim | 2006-05-02 08:53:24 -0700
Reverted bash change.

Location:
BOOK
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • BOOK/introduction/common/changelog.xml

    rec7c65d r84515d3  
    4343          <para>[jim] - Updated Linux Headers 2.6.16.12 to 05022006.</para>
    4444        </listitem>
     45        <listitem>
     46          <para>[jim] - Reverted change to bash. Needed on some architectures.</para>
     47        </listitem>
    4548      </itemizedlist>
    4649    </listitem>
  • BOOK/temp-system/common/bash.xml

    rec7c65d r84515d3  
    2323    <title>Installation of Bash</title>
    2424
     25    <para os="c1">Remove a test that causes the build to fail:</para>
     26
     27<screen os="c2"><userinput>echo "ac_cv_func_setvbuf_reversed=no" >> config.cache</userinput></screen>
     28
    2529    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    2630    href="../../final-system/common/bash.xml"
     
    2832
    2933<screen os="h"><userinput>./configure --prefix=/tools \
    30    --without-bash-malloc --host=${LFS_TARGET}</userinput></screen>
     34   --without-bash-malloc --host=${LFS_TARGET} \
     35   --cache-file=config.cache</userinput></screen>
    3136
    3237    <variablelist os="ad">
  • BOOK/temp-system/multilib/bash.xml

    rec7c65d r84515d3  
    2525    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    2626    href="../common/bash.xml"
     27    xpointer="xpointer(//*[@os='c1'])"/>
     28
     29    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     30    href="../common/bash.xml"
     31    xpointer="xpointer(//*[@os='c2'])"/>
     32
     33    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     34    href="../common/bash.xml"
    2735    xpointer="xpointer(//*[@os='g'])"/>
    2836
    2937<screen os="h"><userinput>CC="${CC} ${BUILD64}" CXX="${CXX} ${BUILD64}" \
    3038   ./configure --prefix=/tools \
    31    --without-bash-malloc --host=${LFS_TARGET}</userinput></screen>
     39   --without-bash-malloc --host=${LFS_TARGET} \
     40   --cache-file=config.cache</userinput></screen>
    3241
    3342    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note: See TracChangeset for help on using the changeset viewer.