Ignore:
Timestamp:
Aug 3, 2006, 6:18:28 AM (18 years ago)
Author:
Ken Moffat <zarniwhoop@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
318ac4f
Parents:
a6853ff0
Message:

Fix the build for temp bash.

File:
1 edited

Legend:

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

    ra6853ff0 rec626ab  
    2626
    2727<screen os="c2"><userinput>echo "ac_cv_func_setvbuf_reversed=no" >> config.cache</userinput></screen>
     28
     29    <para os="c3">When bash is cross-compiled, it cannot test for the presence
     30    of named pipes. We used <command>su</command> to become an unprivileged
     31    user, this combination will cause a build without <emphasis>process
     32    substitution</emphasis>, which will break one of the c++ test scripts in
     33    <literal>glibc</literal>. Prevent that by forcing the following definition:
     34    </para>
     35
     36<screen os="c4"><userinput> echo "bash_cv_sys_named_pipes=yes" >> config.cache</userinput></screen>
    2837
    2938    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note: See TracChangeset for help on using the changeset viewer.