Changeset 5002e75a


Ignore:
Timestamp:
Jul 26, 2010, 6:05:55 PM (14 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
ceaa6d5
Parents:
7d43145
Message:

Updated Gawk to 3.1.8.

Location:
BOOK
Files:
6 edited

Legend:

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

    r7d43145 r5002e75a  
    2828    <para os="a">Prepare Gawk for compilation:</para>
    2929
    30 <screen os="b"><userinput>./configure --prefix=/usr --libexecdir=/usr/lib \
    31   --disable-libsigsegv</userinput></screen>
     30<screen os="b"><userinput>./configure --prefix=/usr --libexecdir=/usr/lib</userinput></screen>
    3231
    3332    <para os="c">Compile the package:</para>
  • BOOK/final-system/multilib/gawk.xml

    r7d43145 r5002e75a  
    2727
    2828<screen os="b"><userinput>CC="gcc ${BUILD64}" ./configure --prefix=/usr \
    29    --libexecdir=/usr/lib64 --disable-libsigsegv</userinput></screen>
     29   --libexecdir=/usr/lib64</userinput></screen>
    3030
    3131    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/introduction/common/changelog.xml

    r7d43145 r5002e75a  
    4040      <para>July 26, 2010</para>
    4141      <itemizedlist>
     42        <listitem>
     43          <para>[jciccone] - Updated Gawk to 3.1.8.</para>
     44        </listitem>
    4245        <listitem>
    4346          <para>[jciccone] - Updated Diffutils to 3.0.</para>
  • BOOK/packages.ent

    r7d43145 r5002e75a  
    162162<!ENTITY flex-home "http://flex.sourceforge.net">
    163163
    164 <!ENTITY gawk-version "3.1.7">
    165 <!ENTITY gawk-size "2,310 KB">
     164<!ENTITY gawk-version "3.1.8">
     165<!ENTITY gawk-size "1,940 KB">
    166166<!ENTITY gawk-url "&gnu;gawk/gawk-&gawk-version;.tar.bz2">
    167 <!ENTITY gawk-md5 "674cc5875714315c490b26293d36dfcf">
     167<!ENTITY gawk-md5 "52b41c6c4418b3226dfb8f82076193bb">
    168168<!ENTITY gawk-home "&gnu-software;gawk">
    169169
  • BOOK/temp-system/common/gawk.xml

    r7d43145 r5002e75a  
    2626
    2727<screen os="b"><userinput>./configure --prefix=/tools \
    28     --build=${CLFS_HOST} --host=${CLFS_TARGET} \
    29     --disable-libsigsegv</userinput></screen>
     28    --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen>
    3029
    3130    <para os="c">Compile the package:</para>
  • BOOK/temp-system/multilib/gawk.xml

    r7d43145 r5002e75a  
    2828
    2929<screen os="b"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \
    30    --build=${CLFS_HOST} --host=${CLFS_TARGET} \
    31    --disable-libsigsegv</userinput></screen>
     30   --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen>
    3231
    3332    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note: See TracChangeset for help on using the changeset viewer.