Changeset ce63632
- Timestamp:
- Oct 20, 2006, 11:10:30 AM (18 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 19d6174
- Parents:
- 87dc1ad
- Location:
- BOOK/temp-system
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/temp-system/common/bash.xml
r87dc1ad rce63632 31 31 xpointer="xpointer(//*[@os='p2'])"/> 32 32 33 <para os="c1">Remove a test that causes the build to fail:</para> 34 35 <screen os="c2"><userinput>echo "ac_cv_func_setvbuf_reversed=no" >> config.cache</userinput></screen> 36 37 <para os="c3">When bash is cross-compiled, it cannot test for the presence 33 <para os="c1">When bash is cross-compiled, it cannot test for the presence 38 34 of named pipes. If you used <command>su</command> to become an unprivileged 39 35 user, this combination will cause Bash to build without <emphasis>process … … 42 38 </para> 43 39 44 <screen os="c 4"><userinput>echo "bash_cv_sys_named_pipes=yes" >> config.cache</userinput></screen>40 <screen os="c2"><userinput>echo "bash_cv_sys_named_pipes=yes" >> config.cache</userinput></screen> 45 41 46 42 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/temp-system/multilib/bash.xml
r87dc1ad rce63632 38 38 href="../common/bash.xml" 39 39 xpointer="xpointer(//*[@os='c2'])"/> 40 41 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"42 href="../common/bash.xml"43 xpointer="xpointer(//*[@os='c3'])"/>44 45 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"46 href="../common/bash.xml"47 xpointer="xpointer(//*[@os='c4'])"/>48 40 49 41 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note:
See TracChangeset
for help on using the changeset viewer.