- Timestamp:
- Dec 10, 2011, 2:32:19 PM (13 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- e2b0621
- Parents:
- 39a028b
- Location:
- BOOK
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/grep.xml
r39a028b rcf945fa 28 28 <para os="a">Prepare Grep for compilation:</para> 29 29 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> 31 31 32 32 <para os="c">Compile the package:</para> -
BOOK/final-system/multilib/grep.xml
r39a028b rcf945fa 27 27 28 28 <screen os="b"><userinput>CC="gcc ${BUILD64}" ./configure --prefix=/usr \ 29 --bindir=/bin --without-included-regex</userinput></screen>29 --bindir=/bin</userinput></screen> 30 30 31 31 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/introduction/common/changelog.xml
r39a028b rcf945fa 36 36 </listitem> 37 37 --> 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> 38 48 39 49 <listitem> -
BOOK/temp-system/common/grep.xml
r39a028b rcf945fa 54 54 </varlistentry> 55 55 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 56 66 </variablelist> 57 67
Note:
See TracChangeset
for help on using the changeset viewer.