Changeset e1fa7a8
- Timestamp:
- Nov 12, 2012, 12:19:19 AM (12 years ago)
- Branches:
- clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 5759332
- Parents:
- 4f6baf5
- Location:
- BOOK
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/introduction/common/changelog.xml
r4f6baf5 re1fa7a8 36 36 </listitem> 37 37 --> 38 <listitem> 39 <para>November 12, 2012</para> 40 <itemizedlist> 41 <listitem> 42 <para>[Chris] - Removed unneeded --disable-perl-regexp from 43 temp-system grep.</para> 44 </listitem> 45 </itemizedlist> 46 </listitem> 47 38 48 <listitem> 39 49 <para>November 05, 2012</para> -
BOOK/temp-system/common/grep.xml
r4f6baf5 re1fa7a8 38 38 <screen os="ca"><userinput>./configure --prefix=/tools \ 39 39 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 40 --disable-perl-regexp --without-included-regex \ 41 --cache-file=config.cache</userinput></screen> 40 --without-included-regex --cache-file=config.cache</userinput></screen> 42 41 43 42 <variablelist os="cb"> 44 43 <title>The meaning of the configure options:</title> 45 46 <varlistentry>47 <term><parameter>--disable-perl-regexp</parameter></term>48 <listitem>49 <para>This ensures that the <command>grep</command> program50 does not get linked against a Perl Compatible Regular Expression51 (PCRE) library that may be present on the host but will not be52 available when building the final system.</para>53 </listitem>54 </varlistentry>55 44 56 45 <varlistentry> -
BOOK/temp-system/multilib/grep.xml
r4f6baf5 re1fa7a8 37 37 <screen os="ca"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \ 38 38 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 39 --disable-perl-regexp --without-included-regex \ 40 --cache-file=config.cache</userinput></screen> 39 --without-included-regex --cache-file=config.cache</userinput></screen> 41 40 42 41 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note:
See TracChangeset
for help on using the changeset viewer.