Changeset 627724c in clfs-sysroot for BOOK/final-system/common
- Timestamp:
- Jul 14, 2006, 9:20:09 AM (18 years ago)
- Branches:
- master
- Children:
- cee2ca2
- Parents:
- f536998
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/patch.xml
rf536998 r627724c 27 27 <title>Installation of Patch</title> 28 28 29 <para os="a">Prepare Patch for compilation:</para> 29 <para os="a">Configure would like to hardcode the full path to 30 <command>ed</command>. When <command>ed</command> isn't found it falls 31 back on just "<command>ed</command>". Since <command>ed</command> 32 isn't installed by default but it may be installed on the host, Lets 33 force the fallback value.</para> 30 34 31 <screen os="b"><userinput> ./configure --prefix=/usr --host=${CLFS_TARGET}</userinput></screen>35 <screen os="b"><userinput>echo "ac_cv_path_ed_PROGRAM=ed" > config.cache</userinput></screen> 32 36 33 <para os="c"> Compile the package:</para>37 <para os="c">Prepare Patch for compilation:</para> 34 38 35 <screen os="d"><userinput>make</userinput></screen> 39 <screen os="d"><userinput>./configure --prefix=/usr --host=${CLFS_TARGET} \ 40 --cache-file=config.cache</userinput></screen> 36 41 37 <para os="e"> Installthe package:</para>42 <para os="e">Compile the package:</para> 38 43 39 <screen os="f"><userinput>make prefix=${CLFS}/usr install</userinput></screen> 44 <screen os="f"><userinput>make</userinput></screen> 45 46 <para os="g">Install the package:</para> 47 48 <screen os="h"><userinput>make prefix=${CLFS}/usr install</userinput></screen> 40 49 41 50 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.