Changeset 84515d3 for BOOK/temp-system/common
- Timestamp:
- May 2, 2006, 8:57:20 AM (19 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 33ed759
- Parents:
- ec7c65d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/temp-system/common/bash.xml
rec7c65d r84515d3 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.