Changeset 33bbc46


Ignore:
Timestamp:
Jul 25, 2009, 5:03:01 PM (15 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
6974e6b
Parents:
99d1a6a (diff), 0e9cb50 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' of git@…:cross-lfs

Files:
1 added
6 edited

Legend:

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

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

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

    r99d1a6a r33bbc46  
    4646<!ENTITY redhat "ftp://sources.redhat.com/pub/">
    4747<!ENTITY kernel "http://www.kernel.org/pub/">
    48 <!ENTITY sourceforge "http://master.dl.sourceforge.net/">
     48<!ENTITY sourceforge "http://downloads.sourceforge.net/">
    4949
    5050<!ENTITY dependencies "Installation depends on">
  • BOOK/introduction/common/changelog.xml

    r99d1a6a r33bbc46  
    4242        <listitem>
    4343          <para>[jim] - fsck is now a part of Util-Linux-NG.</para>
     44        </listitem>
     45        <listitem>
     46          <para>[jim] - Added --disable-libsigsegv to Gawk build. We
     47                don't want to add another library to the build.</para>
    4448        </listitem>
    4549      </itemizedlist>
  • BOOK/temp-system/common/gawk.xml

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

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