Changeset 37ee34f1 for temp-system/common
- Timestamp:
- May 2, 2006, 8:57:20 AM (19 years ago)
- Children:
- ce2de8a
- Parents:
- 593fca05
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
temp-system/common/bash.xml
r593fca05 r37ee34f1 23 23 <title>Installation of Bash</title> 24 24 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 25 29 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 26 30 href="../../final-system/common/bash.xml" … … 28 32 29 33 <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> 31 36 32 37 <variablelist os="ad">
Note:
See TracChangeset
for help on using the changeset viewer.