- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/chroot/common/util-linux.xml
rbf87a72 rdabbced 23 23 <title>Installation of Util-linux</title> 24 24 25 <para os="f1">Util-linux cannot test for scanf type modifiers when cross compiling26 and stops. We can issue the following to instruct it to use the one27 we've compiled.</para>28 29 <screen os="f2"><userinput>echo "scanf_cv_type_modifier=as" > config.cache</userinput></screen>30 31 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 32 26 href="../../final-system/common/util-linux.xml" … … 35 29 <screen os="b"><userinput>./configure --prefix=/tools \ 36 30 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 37 --disable-makeinstall-chown --config-cache</userinput></screen>31 --disable-makeinstall-chown</userinput></screen> 38 32 39 33 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note:
See TracChangeset
for help on using the changeset viewer.