Changeset 75a132b
- Timestamp:
- Feb 21, 2006, 1:39:03 AM (19 years ago)
- Children:
- cc07a72
- Parents:
- 23ddcc3
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
final-system/common/bash.xml
r23ddcc3 r75a132b 40 40 sed -i "s|htmldir = @htmldir@|htmldir = /usr/share/doc/bash-&bash-version;|" \ 41 41 Makefile.in</userinput></screen> 42 43 <para os="c">The following patch fixes various issues, including a problem where44 Bash will sometimes only show 33 characters on a line, then wrap to the45 next:</para>46 47 <screen os="d"><userinput>patch -Np1 -i ../&bash-fixes-patch;</userinput></screen>48 49 <para os="e">Bash also has an issue when compiled against newer versions of Glibc.50 The following patch resolves this problem:</para>51 52 <screen os="f"><userinput>patch -Np1 -i ../&bash-avoid_WCONTINUED-patch;</userinput></screen>53 42 54 43 <para os="g">Prepare Bash for compilation:</para> -
final-system/multilib/bash.xml
r23ddcc3 r75a132b 29 29 href="../common/bash.xml" 30 30 xpointer="xpointer(//*[@os='b'])"/> 31 32 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"33 href="../common/bash.xml"34 xpointer="xpointer(//*[@os='c'])"/>35 36 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"37 href="../common/bash.xml"38 xpointer="xpointer(//*[@os='d'])"/>39 40 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"41 href="../common/bash.xml"42 xpointer="xpointer(//*[@os='e'])"/>43 44 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"45 href="../common/bash.xml"46 xpointer="xpointer(//*[@os='f'])"/>47 31 48 32 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
introduction/common/changelog.xml
r23ddcc3 r75a132b 51 51 </listitem> 52 52 </itemizedlist> 53 <listitem> 54 <para>[jim] - Upgraded to Bash 3.0.16.</para> 55 </listitem> 56 </itemizedlist> 53 57 </listitem> 54 58 -
materials/common/patches.xml
r23ddcc3 r75a132b 19 19 <variablelist role="materials"> 20 20 21 <varlistentry os="p1">22 <term>Bash Avoid Wcontinued Patch - 1.3 KB:</term>23 <listitem>24 <para><ulink25 url="&patches-root;bash/&bash-avoid_WCONTINUED-patch;"/></para>26 </listitem>27 </varlistentry>28 29 <varlistentry os="p2">30 <term>Bash Various Fixes - 23 KB:</term>31 <listitem>32 <para><ulink33 url="&patches-root;bash/&bash-fixes-patch;"/></para>34 </listitem>35 </varlistentry>36 37 21 <varlistentry os="p3"> 38 22 <term>Binutils Posix Patch - 4.9 KB:</term> -
packages.ent
r23ddcc3 r75a132b 17 17 <!ENTITY automake-url "&gnu;automake/automake-&automake-version;.tar.bz2"> 18 18 19 <!ENTITY bash-version "3.0 ">20 <!ENTITY bash-size "2. 4MB">19 <!ENTITY bash-version "3.0.16"> 20 <!ENTITY bash-size "2.3 MB"> 21 21 <!ENTITY bash-url "&gnu;bash/bash-&bash-version;.tar.gz"> 22 22 -
patches.ent
r23ddcc3 r75a132b 2 2 3 3 <!-- Start of Common Patches --> 4 <!ENTITY bash-fixes-patch "bash-&bash-version;-fixes-3.patch">5 <!ENTITY bash-avoid_WCONTINUED-patch "bash-&bash-version;-avoid_WCONTINUED-1.patch">6 7 4 <!ENTITY bzip2-docs-patch "bzip2-&bzip2-version;-install_docs-1.patch"> 8 5 <!ENTITY bzip2-bzgrep-patch "bzip2-&bzip2-version;-bzgrep_security-1.patch"> -
temp-system/common/bash.xml
r23ddcc3 r75a132b 27 27 <screen os="ab"><userinput>cp Makefile.in Makefile.in.orig 28 28 sed -e "s@size \$(Program)@${LFS_TARGET}-&@g" Makefile.in.orig > Makefile.in</userinput></screen> 29 30 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"31 href="../../final-system/common/bash.xml"32 xpointer="xpointer(//*[@os='e'])"/>33 34 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"35 href="../../final-system/common/bash.xml"36 xpointer="xpointer(//*[@os='f'])"/>37 29 38 30 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
temp-system/multilib/bash.xml
r23ddcc3 r75a132b 30 30 href="../common/bash.xml" 31 31 xpointer="xpointer(//*[@os='ab'])"/> 32 33 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"34 href="../common/bash.xml"35 xpointer="xpointer(//*[@os='e'])"/>36 37 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"38 href="../common/bash.xml"39 xpointer="xpointer(//*[@os='f'])"/>40 32 41 33 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note:
See TracChangeset
for help on using the changeset viewer.