Changeset 9edf96a for BOOK/temp-system/common
- Timestamp:
- May 25, 2017, 7:21:57 PM (7 years ago)
- Branches:
- master, systemd
- Children:
- fcb8b8e3
- Parents:
- 667fce2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/temp-system/common/coreutils.xml
r667fce2 r9edf96a 23 23 <title>Installation of Coreutils</title> 24 24 25 <para os="ba">Configure can not properly determine how to get free space26 when cross-compiling - as a result, the <command>df</command> program will27 not be built. Add the following entries to <filename>config.cache</filename>28 to correct this, and fix various cross-compiling issues:</para>29 30 <screen os="bb"><userinput>cat > config.cache << EOF31 fu_cv_sys_stat_statfs2_bsize=yes32 gl_cv_func_working_mkstemp=yes33 EOF</userinput></screen>34 35 <para os="p1">Apply a patch to prevent Coreutils from generating manpages :</para>36 37 <screen os="p2"><userinput>patch -Np1 -i ../&coreutils-noman-patch;</userinput></screen>38 39 25 <para os="bd">Prepare Coreutils for compilation:</para> 40 26 … … 59 45 </variablelist> 60 46 47 <para os="s1">Adjust the Makefile so man pages aren't generated:</para> 48 49 <screen os="s2"><userinput>sed -i -e 's/^man1_MANS/#man1_MANS/' Makefile</userinput></screen> 50 61 51 <para os="bf">Compile the package:</para> 62 52
Note:
See TracChangeset
for help on using the changeset viewer.