Changeset 667fd39 in clfs-sysroot


Ignore:
Timestamp:
Apr 5, 2009, 8:37:42 AM (15 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
master
Children:
c8591d3
Parents:
856447f
Message:

Fixed compilation errors with xzutils and rsyslog.

Location:
BOOK/final-system/common
Files:
2 edited

Legend:

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

    r856447f r667fd39  
    2626    <title>Installation of Rsyslog</title>
    2727
     28    <para os="cc1">When Cross Compiling the configure script does not
     29    does not determine the correct values for the following, Set the values
     30    manually:</para>
     31
     32<screen os="cc1"><userinput>cat &gt; config.cache &lt;&lt; EOF
     33ac_cv_func_malloc_0_nonnull=yes
     34ac_cv_func_realloc_0_nonnull=yes
     35EOF</userinput></screen>
     36
    2837    <para os="a">Prepare Rsyslog for compilation:</para>
    2938
    30 <screen os="b"><userinput>./configure --prefix=/usr --sbindir=/sbin</userinput></screen>
     39<screen os="b"><userinput>./configure --build=${CLFS_HOST} --host=${CLFS_TARGET} \
     40    --prefix=/usr --sbindir=/sbin \
     41    --cache-file=config.cache</userinput></screen>
    3142
    3243    <para os="c">Compile the package:</para>
  • BOOK/final-system/common/xz.xml

    r856447f r667fd39  
    3030    <para os="a">Prepare XZ-Utils for compilation:</para>
    3131
    32 <screen os="b"><userinput>./configure --prefix=/usr</userinput></screen>
     32<screen os="b"><userinput>./configure --build=${CLFS_HOST} --target=${CLFS_TARGET} \
     33    --prefix=/usr</userinput></screen>
    3334
    3435    <para os="c">Compile the package:</para>
Note: See TracChangeset for help on using the changeset viewer.