Changeset 090d748 in clfs-sysroot for BOOK


Ignore:
Timestamp:
Feb 19, 2007, 2:42:49 PM (17 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
master
Children:
2e7a86a
Parents:
6ae0bf6
Message:

Add the ncurses bash_fix patch.

Location:
BOOK
Files:
4 edited

Legend:

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

    r6ae0bf6 r090d748  
    2525  <sect2 role="installation">
    2626    <title>Installation of Ncurses</title>
     27
     28    <para os="p1">This patch fixes an issue with some bash versions:</para>
     29
     30<screen os="p2"><userinput>patch -Np1 -i ../&ncurses-bashfix-patch;</userinput></screen>
    2731
    2832    <para os="a">Prepare Ncurses for compilation:</para>
  • BOOK/introduction/common/changelog.xml

    r6ae0bf6 r090d748  
    4040      <para>February 19, 2007</para>
    4141      <itemizedlist>
     42        <listitem>
     43          <para>[jciccone] - Fix the building of Ncurses when an unpatched
     44          version of Bash 3.x is used.</para>
     45        </listitem>
    4246        <listitem>
    4347          <para>[jciccone] - Updated Gzip to 1.3.11.</para>
  • BOOK/materials/common/patches.xml

    r6ae0bf6 r090d748  
    155155
    156156    <varlistentry>
     157      <term>Ncurses Bash Patch - <token>&ncurses-bashfix-patch-size;</token>:</term>
     158      <listitem>
     159        <para>Download: <ulink
     160        url="&patches-root;&ncurses-bashfix-patch;"/></para>
     161        <para>MD5 sum: <literal>&ncurses-bashfix-patch-md5;</literal></para>
     162      </listitem>
     163    </varlistentry>
     164
     165    <varlistentry>
    157166      <term>Perl Cross Compile Patch - <token>&perl-cross_compile-patch-size;</token>:</term>
    158167      <listitem>
  • BOOK/patches.ent

    r6ae0bf6 r090d748  
    6464<!ENTITY mktemp-tempfile-patch-md5 "65d73faabe3f637ad79853b460d30a19">
    6565<!ENTITY mktemp-tempfile-patch-size "3.6 KB">
     66
     67<!ENTITY ncurses-bashfix-patch "ncurses-&ncurses-version;-bash_fix-1.patch">
     68<!ENTITY ncurses-bashfix-patch-md5 "c6f7f2ab0ebaf7721ebeb266641352db">
     69<!ENTITY ncurses-bashfix-patch-size "4 KB">
    6670
    6771<!ENTITY perl-cross_compile-patch "perl-&perl-version;-cross_compile-4.patch">
Note: See TracChangeset for help on using the changeset viewer.