Changeset 7a63b22a
- Timestamp:
- Jan 8, 2011, 1:47:29 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:
- abdca7b
- Parents:
- c7bfa72
- git-author:
- Joe Ciccone <jciccone@…> (01/08/11 13:47:24)
- git-committer:
- Joe Ciccone <jciccone@…> (01/08/11 13:47:29)
- Location:
- BOOK
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/m4.xml
rc7bfa72 r7a63b22a 24 24 <sect2 role="installation"> 25 25 <title>Installation of M4</title> 26 27 <para os="s1">Add a missing include statement into one of the source files28 with the following command:</para>29 30 <screen os="s2"><userinput>sed -i '/"m4.h"/i\#include <sys/stat.h>' src/path.c</userinput></screen>31 26 32 27 <para os="a">Prepare M4 for compilation:</para> -
BOOK/final-system/multilib/m4.xml
rc7bfa72 r7a63b22a 21 21 <sect2 role="installation"> 22 22 <title>Installation of M4</title> 23 24 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"25 href="../common/m4.xml"26 xpointer="xpointer(//*[@os='s1'])"/>27 28 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"29 href="../common/m4.xml"30 xpointer="xpointer(//*[@os='s2'])"/>31 23 32 24 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/introduction/common/changelog.xml
rc7bfa72 r7a63b22a 41 41 <para>January 8, 2011</para> 42 42 <itemizedlist> 43 <listitem> 44 <para>[jciccone] - Updated Patch to 2.6.1.</para> 45 </listitem> 46 <listitem> 47 <para>[jciccone] - Updated M4 to 1.4.15.</para> 48 </listitem> 43 49 <listitem> 44 50 <para>[jciccone] - Updated Coreutils to 8.9.</para> -
BOOK/packages.ent
rc7bfa72 r7a63b22a 256 256 <!ENTITY linux-home "http://www.kernel.org"> 257 257 258 <!ENTITY m4-version "1.4.1 4">259 <!ENTITY m4-size "1,1 00KB">258 <!ENTITY m4-version "1.4.15"> 259 <!ENTITY m4-size "1,176 KB"> 260 260 <!ENTITY m4-url "&gnu;m4/m4-&m4-version;.tar.bz2"> 261 <!ENTITY m4-md5 " e6fb7d08d50d87e796069cff12a52a93">261 <!ENTITY m4-md5 "c7c32540bc3842d5550f88d47ef551d8"> 262 262 <!ENTITY m4-home "&gnu-software;m4"> 263 263 … … 310 310 <!ENTITY parted-home "&gnu-software;parted"> 311 311 312 <!ENTITY patch-version "2.6 ">312 <!ENTITY patch-version "2.6.1"> 313 313 <!ENTITY patch-size "248 KB"> 314 314 <!ENTITY patch-url "&gnu;patch/patch-&patch-version;.tar.gz"> 315 <!ENTITY patch-md5 " bc71d33c35004db3768465bcaf9ed23c">315 <!ENTITY patch-md5 "0818d1763ae0c4281bcdc63cdac0b2c0"> 316 316 <!ENTITY patch-home "http://savannah.gnu.org/projects/patch"> 317 317 -
BOOK/temp-system/common/m4.xml
rc7bfa72 r7a63b22a 37 37 EOF</userinput></screen> 38 38 39 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"40 href="../../final-system/common/m4.xml"41 xpointer="xpointer(//*[@os='s1'])"/>42 43 <screen os="s2"><userinput>cp src/path.c{,.orig}44 sed -e '/"m4.h"/i\#include <sys/stat.h>' \45 src/path.c.orig > src/path.c</userinput></screen>46 47 39 <para os="a">Prepare M4 for compilation:</para> 48 40 -
BOOK/temp-system/common/patch.xml
rc7bfa72 r7a63b22a 23 23 <title>Installation of Patch</title> 24 24 25 <para os="cc1">When cross-compiling configure cannot properly detect the 26 existance of certain features. Override this behaviour:</para> 27 28 <screen os="cc2"><userinput>echo "ac_cv_func_strnlen_working=yes" > config.cache</userinput></screen> 29 25 30 <para os="a">Prepare Patch for compilation:</para> 26 31 27 32 <screen os="b"><userinput>./configure --prefix=/tools \ 28 --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen> 33 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 34 --cache-file=config.cache</userinput></screen> 29 35 30 36 <para os="c">Compile the package:</para> -
BOOK/temp-system/multilib/m4.xml
rc7bfa72 r7a63b22a 30 30 href="../common/m4.xml" 31 31 xpointer="xpointer(//*[@os='cc2'])"/> 32 33 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"34 href="../common/m4.xml"35 xpointer="xpointer(//*[@os='s1'])"/>36 37 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"38 href="../common/m4.xml"39 xpointer="xpointer(//*[@os='s2'])"/>40 32 41 33 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/temp-system/multilib/patch.xml
rc7bfa72 r7a63b22a 25 25 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 26 26 href="../common/patch.xml" 27 xpointer="xpointer(//*[@os='cc1'])"/> 28 29 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 30 href="../common/patch.xml" 31 xpointer="xpointer(//*[@os='cc2'])"/> 32 33 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 34 href="../common/patch.xml" 27 35 xpointer="xpointer(//*[@os='a'])"/> 28 36 29 37 <screen os="b"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \ 30 --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen> 38 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 39 --cache-file=config.cache</userinput></screen> 31 40 32 41 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note:
See TracChangeset
for help on using the changeset viewer.