Changeset b3dcad4 for BOOK/temp-system


Ignore:
Timestamp:
Jul 26, 2010, 6:17:00 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:
eaafb59
Parents:
ceaa6d5
Message:

Updated Grep to 2.6.3.

Location:
BOOK/temp-system
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • BOOK/temp-system/common/grep.xml

    rceaa6d5 rb3dcad4  
    2323    <title>Installation of Grep</title>
    2424
     25    <para os="t1">When Cross Compiling the configure script
     26    does not determine the correct values for the following,
     27    Set the values manually:</para>
     28
     29<screen os="t2"><userinput>cat &gt; config.cache &lt;&lt; EOF
     30ac_cv_func_malloc_0_nonnull=yes
     31ac_cv_func_realloc_0_nonnull=yes
     32EOF</userinput></screen>
     33
    2534    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    2635    href="../../final-system/common/grep.xml"
     
    2938<screen os="ca"><userinput>./configure --prefix=/tools \
    3039    --build=${CLFS_HOST} --host=${CLFS_TARGET} \
    31     --disable-perl-regexp --without-included-regex</userinput></screen>
     40    --disable-perl-regexp --without-included-regex \
     41    --cache-file=config.cache</userinput></screen>
    3242
    3343    <variablelist os="cb">
  • BOOK/temp-system/multilib/grep.xml

    rceaa6d5 rb3dcad4  
    2525    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    2626    href="../common/grep.xml"
     27    xpointer="xpointer(//*[@os='t1'])"/>
     28
     29    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     30    href="../common/grep.xml"
     31    xpointer="xpointer(//*[@os='t2'])"/>
     32
     33    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     34    href="../common/grep.xml"
    2735    xpointer="xpointer(//*[@os='a'])"/>
    2836
    2937<screen os="ca"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \
    30    --build=${CLFS_HOST} --host=${CLFS_TARGET} \
    31    --disable-perl-regexp --without-included-regex</userinput></screen>
     38    --build=${CLFS_HOST} --host=${CLFS_TARGET} \
     39    --disable-perl-regexp --without-included-regex \
     40    --cache-file=config.cache</userinput></screen>
    3241
    3342    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note: See TracChangeset for help on using the changeset viewer.