Changeset 75a132b for final-system
- Timestamp:
- Feb 21, 2006, 1:39:03 AM (19 years ago)
- Children:
- cc07a72
- Parents:
- 23ddcc3
- Location:
- final-system
- Files:
-
- 2 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"
Note:
See TracChangeset
for help on using the changeset viewer.