Changeset 9748f02 in clfs-sysroot
- Timestamp:
- Jun 16, 2006, 4:58:54 PM (18 years ago)
- Branches:
- master
- Children:
- 1531f18
- Parents:
- 1fedb6d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/coreutils.xml
r1fedb6d r9748f02 26 26 <title>Installation of Coreutils</title> 27 27 28 <para os=" a">Prevent Coreutils from installing binaries that will be28 <para os="p1">Prevent Coreutils from installing binaries that will be 29 29 installed by other packages:</para> 30 30 31 <screen os="b"><userinput>patch -Np1 -i ../&coreutils-suppress-patch;</userinput></screen> 31 <screen os="p2"><userinput>patch -Np1 -i ../&coreutils-suppress-patch;</userinput></screen> 32 33 <para os="a">Configure doesn't properly handle the following tests 34 when cross-compiling:</para> 35 36 <screen os="b"><userinput>echo "ac_cv_func_setvbuf_reversed=yes" > config.cache 37 echo "fu_cv_sys_stat_statfs2_bsize=yes" >> config.cache</userinput></screen> 32 38 33 39 <para os="c">Now prepare Coreutils for compilation:</para> 34 40 35 <screen os="d"><userinput>./configure --prefix=/usr \41 <screen os="d"><userinput>./configure --prefix=/usr --cache-file=config.cache \ 36 42 --build=${LFS_HOST} --host=${LFS_TARGET}</userinput></screen> 37 43
Note:
See TracChangeset
for help on using the changeset viewer.