- 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
- Location:
- BOOK
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/introduction/common/changelog.xml
rec7c65d r84515d3 43 43 <para>[jim] - Updated Linux Headers 2.6.16.12 to 05022006.</para> 44 44 </listitem> 45 <listitem> 46 <para>[jim] - Reverted change to bash. Needed on some architectures.</para> 47 </listitem> 45 48 </itemizedlist> 46 49 </listitem> -
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"> -
BOOK/temp-system/multilib/bash.xml
rec7c65d r84515d3 25 25 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 26 26 href="../common/bash.xml" 27 xpointer="xpointer(//*[@os='c1'])"/> 28 29 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 30 href="../common/bash.xml" 31 xpointer="xpointer(//*[@os='c2'])"/> 32 33 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 34 href="../common/bash.xml" 27 35 xpointer="xpointer(//*[@os='g'])"/> 28 36 29 37 <screen os="h"><userinput>CC="${CC} ${BUILD64}" CXX="${CXX} ${BUILD64}" \ 30 38 ./configure --prefix=/tools \ 31 --without-bash-malloc --host=${LFS_TARGET}</userinput></screen> 39 --without-bash-malloc --host=${LFS_TARGET} \ 40 --cache-file=config.cache</userinput></screen> 32 41 33 42 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note:
See TracChangeset
for help on using the changeset viewer.