Changeset 924eff6 for temp-system/common
- Timestamp:
- Aug 3, 2006, 6:18:28 AM (18 years ago)
- Children:
- 8d8b6cd
- Parents:
- b6e6c09
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
temp-system/common/bash.xml
rb6e6c09 r924eff6 26 26 27 27 <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> 28 37 29 38 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note:
See TracChangeset
for help on using the changeset viewer.