Changeset d6fc20a in clfs-sysroot for BOOK/final-system
- Timestamp:
- Mar 19, 2009, 7:02:50 PM (16 years ago)
- Branches:
- master
- Children:
- 856447f
- Parents:
- 63bc1d1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/tar.xml
r63bc1d1 rd6fc20a 34 34 <screen os="p4"><userinput>patch -Np1 -i ../&tar-new_compressors-patch;</userinput></screen> 35 35 36 <para os="a">Configure can not properly determine the results of a few 37 tests. Set them manually:</para> 38 39 <screen os="b"><userinput>cat > config.cache << EOF 40 gl_cv_func_btowc_eof=yes 41 ac_cv_func_malloc_0_nonnull=yes 42 ac_cv_func_realloc_0_nonnull=yes 43 gl_cv_func_mbrtowc_incomplete_state=yes 44 gl_cv_func_mbrtowc_nul_retval=yes 45 gl_cv_func_mbrtowc_null_arg=yes 46 gl_cv_func_mbrtowc_retval=yes 47 gl_cv_func_wcrtomb_retval=yes 48 EOF</userinput></screen> 49 36 50 <para os="a">Prepare Tar for compilation:</para> 37 51 38 52 <screen os="b"><userinput>./configure --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 39 --prefix=/usr --bindir=/bin --libexecdir=/usr/sbin</userinput></screen> 53 --prefix=/usr --bindir=/bin --libexecdir=/usr/sbin \ 54 --cache-file=config.cache</userinput></screen> 40 55 41 56 <para os="c">Compile the package:</para>
Note:
See TracChangeset
for help on using the changeset viewer.