Changeset 713696e in clfs-sysroot


Ignore:
Timestamp:
Nov 7, 2006, 3:51:19 PM (17 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
master
Children:
fde6f81
Parents:
3cf26f7
Message:

ac_cv_func_setvbuf_reversed does not need to be set in config.cache for bash anymore.

Location:
BOOK/final-system/common
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/autoconf.xml

    r3cf26f7 r713696e  
    2828    <para os="a">Prepare Autoconf for compilation:</para>
    2929
    30 <screen os="b"><userinput>./configure --build=${CLFS_HOST} --host=${CLFS_TARGET}\
     30<screen os="b"><userinput>./configure --build=${CLFS_HOST} --host=${CLFS_TARGET} \
    3131    --prefix=/usr</userinput></screen>
    3232
  • BOOK/final-system/common/bash.xml

    r3cf26f7 r713696e  
    3333    properly detected when cross compiling:</para>
    3434
    35 <screen os="d"><userinput>echo "ac_cv_func_setvbuf_reversed=no" &gt; config.cache
    36 echo "bash_cv_sys_named_pipes=yes" &gt;&gt; config.cache</userinput></screen>
     35   <para os="c">When bash is cross-compiled, it cannot test for the presence
     36    of named pipes. If you used <command>su</command> to become an unprivileged
     37    user, this combination will cause Bash to build without <emphasis>process
     38    substitution</emphasis>.</para>
    3739
    38     <variablelist>
    39       <varlistentry>
    40         <term><parameter>bash_cv_sys_named_pipes=yes</parameter></term>
    41         <listitem>
    42           <para>When bash is cross-compiled, it cannot test for the presence
    43           of named pipes. If you used <command>su</command> to become an
    44           unprivileged user, this combination will cause Bash to build without
    45           <emphasis>process substitution</emphasis></para>
    46         </listitem>
    47       </varlistentry>
    48     </variablelist>
     40    <screen os="d"><userinput>echo "bash_cv_sys_named_pipes=yes" >> config.cache</userinput></screen>
    4941
    50     <para os="e">Prepare Bash for compilation:</para>
     42<para os="e">Prepare Bash for compilation:</para>
    5143
    5244<screen os="f"><userinput>./configure --build=${CLFS_HOST} --host=${CLFS_TARGET} \
Note: See TracChangeset for help on using the changeset viewer.