Changeset 8f08779 in clfs-sysroot


Ignore:
Timestamp:
May 20, 2007, 11:56:58 AM (17 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
master
Children:
030b4d2
Parents:
c5d6cde
Message:

Assume we have a GNU compatible malloc for psmisc.

File:
1 edited

Legend:

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

    rc5d6cde r8f08779  
    2626    <title>Installation of Psmisc</title>
    2727
     28    <para os="a1">When cross-compiling the <literal>AC_FUNC_MALLOC</literal>
     29    macro will assume that the malloc provided is not GNU Compatible. The
     30    following tells it that we do:</para>
     31
     32<screen os="a2"><userinput>echo "ac_cv_func_malloc_0_nonnull=yes" > config.cache
     33echo "ac_cv_func_realloc_0_nonnull=yes" >> config.cache</userinput></screen>
     34
    2835    <para os="a">Prepare Psmisc for compilation:</para>
    2936
    3037<screen os="b"><userinput>./configure --build=${CLFS_HOST} --host=${CLFS_TARGET} \
    31     --prefix=/usr --exec-prefix=""</userinput></screen>
     38    --prefix=/usr --exec-prefix="" \
     39    --cache-file=config.cache</userinput></screen>
    3240
    3341    <variablelist os="c">
Note: See TracChangeset for help on using the changeset viewer.