Changeset d6fc20a in clfs-sysroot


Ignore:
Timestamp:
Mar 19, 2009, 7:02:50 PM (15 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
master
Children:
856447f
Parents:
63bc1d1
Message:

Fix Tar Compilation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/tar.xml

    r63bc1d1 rd6fc20a  
    3434<screen os="p4"><userinput>patch -Np1 -i ../&tar-new_compressors-patch;</userinput></screen>
    3535
     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 &gt; config.cache &lt;&lt; EOF
     40gl_cv_func_btowc_eof=yes
     41ac_cv_func_malloc_0_nonnull=yes
     42ac_cv_func_realloc_0_nonnull=yes
     43gl_cv_func_mbrtowc_incomplete_state=yes
     44gl_cv_func_mbrtowc_nul_retval=yes
     45gl_cv_func_mbrtowc_null_arg=yes
     46gl_cv_func_mbrtowc_retval=yes
     47gl_cv_func_wcrtomb_retval=yes
     48EOF</userinput></screen>
     49
    3650    <para os="a">Prepare Tar for compilation:</para>
    3751
    3852<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>
    4055
    4156    <para os="c">Compile the package:</para>
Note: See TracChangeset for help on using the changeset viewer.