Changeset e1fa7a8 for BOOK/temp-system/common
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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>
Note:
See TracChangeset
for help on using the changeset viewer.