Changeset 667fd39 in clfs-sysroot
- Timestamp:
- Apr 5, 2009, 8:37:42 AM (16 years ago)
- Branches:
- master
- Children:
- c8591d3
- Parents:
- 856447f
- Location:
- BOOK/final-system/common
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/rsyslog.xml
r856447f r667fd39 26 26 <title>Installation of Rsyslog</title> 27 27 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 > config.cache << EOF 33 ac_cv_func_malloc_0_nonnull=yes 34 ac_cv_func_realloc_0_nonnull=yes 35 EOF</userinput></screen> 36 28 37 <para os="a">Prepare Rsyslog for compilation:</para> 29 38 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> 31 42 32 43 <para os="c">Compile the package:</para> -
BOOK/final-system/common/xz.xml
r856447f r667fd39 30 30 <para os="a">Prepare XZ-Utils for compilation:</para> 31 31 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> 33 34 34 35 <para os="c">Compile the package:</para>
Note:
See TracChangeset
for help on using the changeset viewer.