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