Changeset f0a44787


Ignore:
Timestamp:
Sep 13, 2009, 8:26:48 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:
a131cd8
Parents:
0a81d23
Message:

Added configure switch to fix grep -i

Location:
BOOK
Files:
5 edited

Legend:

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

    r0a81d23 rf0a44787  
    3232    <para os="a">Prepare Grep for compilation:</para>
    3333
    34 <screen os="b"><userinput>./configure --prefix=/usr --bindir=/bin</userinput></screen>
     34<screen os="b"><userinput>./configure --prefix=/usr --bindir=/bin --without-included-regex</userinput></screen>
    3535
    3636    <para os="c">Compile the package:</para>
  • BOOK/final-system/multilib/grep.xml

    r0a81d23 rf0a44787  
    3535
    3636<screen os="b"><userinput>CC="gcc ${BUILD64}" ./configure --prefix=/usr \
    37    --bindir=/bin</userinput></screen>
     37   --bindir=/bin --without-included-regex</userinput></screen>
    3838
    3939    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/introduction/common/changelog.xml

    r0a81d23 rf0a44787  
    3636    </listitem>
    3737-->
     38
     39    <listitem>
     40      <para>September 13, 2009</para>
     41      <itemizedlist>
     42        <listitem>
     43          <para>[Chris] - Added switch to configure command for Grep to fix
     44          grep -i. Solution taken from LFS.</para>
     45        </listitem>
     46      </itemizedlist>
     47    </listitem>
    3848
    3949    <listitem>
  • BOOK/temp-system/common/grep.xml

    r0a81d23 rf0a44787  
    2929<screen os="ca"><userinput>./configure --prefix=/tools \
    3030    --build=${CLFS_HOST} --host=${CLFS_TARGET} \
    31     --disable-perl-regexp</userinput></screen>
     31    --disable-perl-regexp --without-included-regex</userinput></screen>
    3232
    3333    <variablelist os="cb">
  • BOOK/temp-system/multilib/grep.xml

    r0a81d23 rf0a44787  
    2929<screen os="ca"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \
    3030   --build=${CLFS_HOST} --host=${CLFS_TARGET} \
    31    --disable-perl-regexp</userinput></screen>
     31   --disable-perl-regexp --without-included-regex</userinput></screen>
    3232
    3333    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note: See TracChangeset for help on using the changeset viewer.