Changeset c37e5bc


Ignore:
Timestamp:
Oct 12, 2006, 7:56:19 AM (18 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
70de327e
Parents:
be500de
Message:

Added Patch to fix Ncurses with Bash 3.2

Location:
BOOK
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/ncurses.xml

    rbe500de rc37e5bc  
    2525  <sect2 role="installation">
    2626    <title>Installation of Ncurses</title>
     27
     28    <para os="p1">This patch addresses build issues with Bash &bash-version;:</para>
     29
     30<screen os="p2"><userinput>patch -Np1 -i ../&ncurses-bash-patch;</userinput></screen>
    2731
    2832    <para os="a">Prepare Ncurses for compilation:</para>
  • BOOK/final-system/multilib/ncurses-64bit.xml

    rbe500de rc37e5bc  
    2424    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    2525    href="ncurses.xml"
    26     xpointer="xpointer(//*[@os='a'])"/>
     26    xpointer="xpointer(//*[@os='p1'])"/>
     27
     28    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     29    href="ncurses.xml"
     30    xpointer="xpointer(//*[@os='p2'])"/>
    2731
    2832<screen os="b"><userinput>CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}" \
  • BOOK/final-system/multilib/ncurses-n32.xml

    rbe500de rc37e5bc  
    2525    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    2626    href="ncurses.xml"
    27     xpointer="xpointer(//*[@os='a'])"/>
     27    xpointer="xpointer(//*[@os='p1'])"/>
     28
     29    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     30    href="ncurses.xml"
     31    xpointer="xpointer(//*[@os='p2'])"/>
    2832
    2933<screen os="b"><userinput>CC="gcc ${BUILDN32}" CXX="g++ ${BUILDN32}" \
  • BOOK/final-system/multilib/ncurses.xml

    rbe500de rc37e5bc  
    2525    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    2626    href="../common/ncurses.xml"
    27     xpointer="xpointer(//*[@os='a'])"/>
     27    xpointer="xpointer(//*[@os='p1'])"/>
     28
     29    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     30    href="../common/ncurses.xml"
     31    xpointer="xpointer(//*[@os='p2'])"/>
    2832
    2933<screen os="b"><userinput>CC="gcc ${BUILD32}" CXX="g++ ${BUILD32}" \
  • BOOK/introduction/common/changelog.xml

    rbe500de rc37e5bc  
    3838
    3939    <listitem>
     40      <para>October 12, 2006</para>
     41      <itemizedlist>
     42        <listitem>
     43          <para>[jim] - Added patch to fix build issue with Bash 3.2.</para>
     44        </listitem>
     45      </itemizedlist>
     46    </listitem>
     47
     48    <listitem>
    4049      <para>October 11, 2006</para>
    4150      <itemizedlist>
  • BOOK/patches.ent

    rbe500de rc37e5bc  
    9797<!ENTITY mktemp-tempfile-patch-size "3.6 KB">
    9898
     99<!ENTITY ncurses-bash-patch "ncurses-&ncurses-version;-bash32_update-1.patch">
     100<!ENTITY ncurses-bash-patch-md5 "fca13124063dc74925bbdaec364f14dd">
     101<!ENTITY ncurses-bash-patch-size "4 KB">
     102
    99103<!ENTITY perl-libc-patch "perl-&perl-version;-libc-2.patch">
    100104<!ENTITY perl-libc-patch-md5 "3bf8aef1fb6eb6110405e699e4141f99">
Note: See TracChangeset for help on using the changeset viewer.