- 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
- Location:
- BOOK
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/introduction/common/changelog.xml
rceaa6d5 rb3dcad4 40 40 <para>July 26, 2010</para> 41 41 <itemizedlist> 42 <listitem> 43 <para>[jciccone] - Updated Grep to 2.6.3.</para> 44 </listitem> 42 45 <listitem> 43 46 <para>[jciccone] - Updated Gettext to 0.18.1.1.</para> -
BOOK/packages.ent
rceaa6d5 rb3dcad4 186 186 <!ENTITY gmp-home "http://gmplib.org/"> 187 187 188 <!ENTITY grep-version "2. 5.4">189 <!ENTITY grep-size " 706KB">188 <!ENTITY grep-version "2.6.3"> 189 <!ENTITY grep-size "1,280 KB"> 190 190 <!ENTITY grep-url "&gnu;grep/grep-&grep-version;.tar.bz2"> 191 <!ENTITY grep-md5 " 5650ee2ae6ea4b39e9459d7d0585b315">191 <!ENTITY grep-md5 "3095b57837b312f087c0680559de7f13"> 192 192 <!ENTITY grep-home "&gnu-software;grep"> 193 193 -
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"> -
BOOK/temp-system/multilib/grep.xml
rceaa6d5 rb3dcad4 25 25 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 26 26 href="../common/grep.xml" 27 xpointer="xpointer(//*[@os='t1'])"/> 28 29 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 30 href="../common/grep.xml" 31 xpointer="xpointer(//*[@os='t2'])"/> 32 33 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 34 href="../common/grep.xml" 27 35 xpointer="xpointer(//*[@os='a'])"/> 28 36 29 37 <screen os="ca"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \ 30 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 31 --disable-perl-regexp --without-included-regex</userinput></screen> 38 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 39 --disable-perl-regexp --without-included-regex \ 40 --cache-file=config.cache</userinput></screen> 32 41 33 42 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note:
See TracChangeset
for help on using the changeset viewer.