Changeset cf945fa


Ignore:
Timestamp:
Dec 10, 2011, 6:32:19 AM (12 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:
e2b0621
Parents:
39a028b
Message:

Removed now-redundant --with-included-regex from final-system Grep

Location:
BOOK
Files:
4 edited

Legend:

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

    r39a028b rcf945fa  
    2828    <para os="a">Prepare Grep for compilation:</para>
    2929
    30 <screen os="b"><userinput>./configure --prefix=/usr --bindir=/bin --without-included-regex</userinput></screen>
     30<screen os="b"><userinput>./configure --prefix=/usr --bindir=/bin</userinput></screen>
    3131
    3232    <para os="c">Compile the package:</para>
  • BOOK/final-system/multilib/grep.xml

    r39a028b rcf945fa  
    2727
    2828<screen os="b"><userinput>CC="gcc ${BUILD64}" ./configure --prefix=/usr \
    29    --bindir=/bin --without-included-regex</userinput></screen>
     29   --bindir=/bin</userinput></screen>
    3030
    3131    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
  • BOOK/introduction/common/changelog.xml

    r39a028b rcf945fa  
    3636    </listitem>
    3737-->
     38
     39  <listitem>
     40    <para>December 10, 2011</para>
     41    <itemizedlist>
     42      <listitem>
     43        <para>[Chris] - Removed --without-included-regex from final-system
     44        Grep installation, as the check for system regex now works properly.</para>
     45      </listitem>
     46    </itemizedlist>
     47  </listitem>
    3848
    3949  <listitem>
  • BOOK/temp-system/common/grep.xml

    r39a028b rcf945fa  
    5454      </varlistentry>
    5555
     56      <varlistentry>
     57        <term><parameter>--without-included-regex</parameter></term>
     58        <listitem>
     59          <para>When cross-compiling, Grep's <command>configure</command>
     60          assumes there is no usable <filename>regex.h</command> installed and
     61          instead uses the one included with Grep. This switch forces the use of
     62          the regex functions from EGLIBC.</para>
     63        </listitem>
     64      </varlistentry>
     65
    5666    </variablelist>
    5767
Note: See TracChangeset for help on using the changeset viewer.