Changeset b3dcad4 for BOOK/temp-system/common
- Timestamp:
- Jul 26, 2010, 6:17:00 PM (14 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- eaafb59
- Parents:
- ceaa6d5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/temp-system/common/grep.xml
rceaa6d5 rb3dcad4 23 23 <title>Installation of Grep</title> 24 24 25 <para os="t1">When Cross Compiling the configure script 26 does not determine the correct values for the following, 27 Set the values manually:</para> 28 29 <screen os="t2"><userinput>cat > config.cache << EOF 30 ac_cv_func_malloc_0_nonnull=yes 31 ac_cv_func_realloc_0_nonnull=yes 32 EOF</userinput></screen> 33 25 34 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 26 35 href="../../final-system/common/grep.xml" … … 29 38 <screen os="ca"><userinput>./configure --prefix=/tools \ 30 39 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 31 --disable-perl-regexp --without-included-regex</userinput></screen> 40 --disable-perl-regexp --without-included-regex \ 41 --cache-file=config.cache</userinput></screen> 32 42 33 43 <variablelist os="cb">
Note:
See TracChangeset
for help on using the changeset viewer.